summaryrefslogtreecommitdiff
path: root/security/hostapd/Makefile
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/hostapd/Makefile
parentWPA supplicant daemon for 802.11 networks. (diff)
hostapd is only supported in -current.
Notes
Notes: svn path=/head/; revision=123846
Diffstat (limited to 'security/hostapd/Makefile')
-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>