summaryrefslogtreecommitdiff
path: root/security/wpa_supplicant
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-10 23:32:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-10 23:32:56 +0000
commitdf158b13cd019532c2916cf6a7bc9f296d405d6f (patch)
tree9beb525eabc86b7779db9a4c23918f95be331f06 /security/wpa_supplicant
parentBROKEN on 7.x: Does not compile (diff)
Change IGNORE to BROKEN in previous
Notes
Notes: svn path=/head/; revision=172730
Diffstat (limited to 'security/wpa_supplicant')
-rw-r--r--security/wpa_supplicant/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile
index e83afe987408..2bb1217a4032 100644
--- a/security/wpa_supplicant/Makefile
+++ b/security/wpa_supplicant/Makefile
@@ -66,7 +66,7 @@ IGNORE=is not supported on FreeBSD < 6.0
.endif
.if ${OSVERSION} >= 700019
-IGNORE= does not compile on FreeBSD >= 7.0
+BROKEN= does not compile on FreeBSD >= 7.0
.endif
.include <bsd.port.post.mk>