diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-10 23:32:56 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-10 23:32:56 +0000 |
commit | df158b13cd019532c2916cf6a7bc9f296d405d6f (patch) | |
tree | 9beb525eabc86b7779db9a4c23918f95be331f06 /security/wpa_supplicant/Makefile | |
parent | cf27991ee3e4460c3f8f44ea4ddb6b5dd8cb1a14 (diff) |
Notes
Diffstat (limited to 'security/wpa_supplicant/Makefile')
-rw-r--r-- | security/wpa_supplicant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile index e83afe987408..2bb1217a4032 100644 --- a/security/wpa_supplicant/Makefile +++ b/security/wpa_supplicant/Makefile @@ -66,7 +66,7 @@ IGNORE=is not supported on FreeBSD < 6.0 .endif .if ${OSVERSION} >= 700019 -IGNORE= does not compile on FreeBSD >= 7.0 +BROKEN= does not compile on FreeBSD >= 7.0 .endif .include <bsd.port.post.mk> |