aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/aircrack-ng
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-05-30 08:43:41 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-05-30 08:43:41 +0000
commit4660bd3599c3b603934528d2f1feff247588d2d6 (patch)
tree206948af093aaa1a9695b7d192c606ff2a8d6866 /net-mgmt/aircrack-ng
parent1ff306e16273745b8b3c6301be211414679499f1 (diff)
downloadports-4660bd3599c3b603934528d2f1feff247588d2d6.tar.gz
ports-4660bd3599c3b603934528d2f1feff247588d2d6.zip
Mark BROKEN on 4.x
PR: 98114 Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer)
Notes
Notes: svn path=/head/; revision=163947
Diffstat (limited to 'net-mgmt/aircrack-ng')
-rw-r--r--net-mgmt/aircrack-ng/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/aircrack-ng/Makefile b/net-mgmt/aircrack-ng/Makefile
index 10e0bfc5586a..15cd92365fda 100644
--- a/net-mgmt/aircrack-ng/Makefile
+++ b/net-mgmt/aircrack-ng/Makefile
@@ -22,6 +22,10 @@ MAN1= aircrack-ng.1 airdecap-ng.1 arpforge-ng.1 ivstools.1
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= does not compile
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile