diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/wpa_supplicant/Makefile | 4 |
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> |