diff options
Diffstat (limited to 'security')
-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> |