summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>