aboutsummaryrefslogtreecommitdiff
path: root/security/wpa_supplicant
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-12-12 22:41:06 +0000
committerWarner Losh <imp@FreeBSD.org>2004-12-12 22:41:06 +0000
commit2f45242e2910154a4cddc73d0b39e0dacdbc18e6 (patch)
tree693f6bd511bc3b1250394738a3ac17ef1b626458 /security/wpa_supplicant
parent1bf3c56014ceba0a54128d914ba7cf49ae8cbf7f (diff)
downloadports-2f45242e2910154a4cddc73d0b39e0dacdbc18e6.tar.gz
ports-2f45242e2910154a4cddc73d0b39e0dacdbc18e6.zip
Notes
Diffstat (limited to 'security/wpa_supplicant')
-rw-r--r--security/wpa_supplicant/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile
index 603282515f4b..2173642eb76e 100644
--- a/security/wpa_supplicant/Makefile
+++ b/security/wpa_supplicant/Makefile
@@ -22,4 +22,10 @@ USE_GMAKE= yes
post-extract:
@${CP} ${FILESDIR}/config.bsd ${WRKSRC}/.config
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 600007
+IGNORE="wpa_supplicant is not supported on this version"
+.endif
+
+.include <bsd.port.post.mk>