diff options
-rw-r--r-- | security/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hostapd/Makefile b/security/hostapd/Makefile index 235d15fb4fc..d09725a3e49 100644 --- a/security/hostapd/Makefile +++ b/security/hostapd/Makefile @@ -25,7 +25,7 @@ post-extract: .include <bsd.port.pre.mk> .if ${OSVERSION} < 600007 -IGNORE="hostapd is not supported on this version" +IGNORE=is not supported on FreeBSD < 6.0 .endif .include <bsd.port.post.mk> |