Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net-mgmt/aircrack-ng/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 28 Apr 2007 12:53:58 -0000 1.9 +++ Makefile 1 May 2007 18:53:07 -0000 @@ -7,7 +7,7 @@ PORTNAME= aircrack-ng PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://download.aircrack-ng.org/ \ http://bsd-geek.de/FreeBSD/distfiles/ @@ -23,9 +23,13 @@ SUB_FILES= pkg-message MAN1= aircrack-ng.1 airdecap-ng.1 packetforge-ng.1 ivstools.1 \ - makeivs.1 airodump-ng.1 airtun-ng.1 + makeivs.1 airodump-ng.1 airtun-ng.1 kstats.1 .include +.if ${OSVERSION} < 600000 +BROKEN= does not compile +.endif + .if ${OSVERSION} >= 700000 ALL_TARGET+= aireplay-ng PLIST_FILES+= sbin/aireplay-ng