aboutsummaryrefslogtreecommitdiff
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
parent1a81947e7bf73eb5b5ab92df0e036a792c7fbc98 (diff)
downloadports-cf27991ee3e4460c3f8f44ea4ddb6b5dd8cb1a14.tar.gz
ports-cf27991ee3e4460c3f8f44ea4ddb6b5dd8cb1a14.zip
Notes
-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>