aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-12-12 22:39:08 +0000
committerWarner Losh <imp@FreeBSD.org>2004-12-12 22:39:08 +0000
commit1bf3c56014ceba0a54128d914ba7cf49ae8cbf7f (patch)
tree68c7a0f8c66f83bb72acab352c2527187cbb1a1b /security
parentab14a52078f7d5364692fcd2e19a39355f445cc6 (diff)
downloadports-1bf3c56014ceba0a54128d914ba7cf49ae8cbf7f.tar.gz
ports-1bf3c56014ceba0a54128d914ba7cf49ae8cbf7f.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/hostapd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/hostapd/Makefile b/security/hostapd/Makefile
index 51b0183277ca..235d15fb4fc0 100644
--- a/security/hostapd/Makefile
+++ b/security/hostapd/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="hostapd is not supported on this version"
+.endif
+
+.include <bsd.port.post.mk>