diff options
author | Warner Losh <imp@FreeBSD.org> | 2004-12-12 22:41:06 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2004-12-12 22:41:06 +0000 |
commit | 2f45242e2910154a4cddc73d0b39e0dacdbc18e6 (patch) | |
tree | 693f6bd511bc3b1250394738a3ac17ef1b626458 /security/wpa_supplicant/Makefile | |
parent | 1bf3c56014ceba0a54128d914ba7cf49ae8cbf7f (diff) |
Notes
Diffstat (limited to 'security/wpa_supplicant/Makefile')
-rw-r--r-- | security/wpa_supplicant/Makefile | 8 |
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> |