summaryrefslogtreecommitdiff
path: root/security/wpa_supplicant
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-10 23:31:58 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-10 23:31:58 +0000
commitcf27991ee3e4460c3f8f44ea4ddb6b5dd8cb1a14 (patch)
tree5e5b508a9995c3dcdfcb7540e7c8e624fd36940c /security/wpa_supplicant
parentBROKEN: Does not build (diff)
BROKEN on 7.x: Does not compile
Notes
Notes: svn path=/head/; revision=172729
Diffstat (limited to 'security/wpa_supplicant')
-rw-r--r--security/wpa_supplicant/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile
index 82f35955cb9a..e83afe987408 100644
--- a/security/wpa_supplicant/Makefile
+++ b/security/wpa_supplicant/Makefile
@@ -65,4 +65,8 @@ post-install:
IGNORE=is not supported on FreeBSD < 6.0
.endif
+.if ${OSVERSION} >= 700019
+IGNORE= does not compile on FreeBSD >= 7.0
+.endif
+
.include <bsd.port.post.mk>