aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-12-13 06:41:06 +0800
committerimp <imp@FreeBSD.org>2004-12-13 06:41:06 +0800
commitd7224f246b8e76818c4277247821a9d844c14ad0 (patch)
treeb89cd7d545c683de954da2f1719ea4415c40d9fb /security
parent69d7df295158967680d00a66a3e4603e92f09b56 (diff)
downloadfreebsd-ports-gnome-d7224f246b8e76818c4277247821a9d844c14ad0.tar.gz
freebsd-ports-gnome-d7224f246b8e76818c4277247821a9d844c14ad0.tar.zst
freebsd-ports-gnome-d7224f246b8e76818c4277247821a9d844c14ad0.zip
wpa_supplicant is only for current.
Diffstat (limited to 'security')
-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>