diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-10 23:31:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-10 23:31:58 +0000 |
commit | cf27991ee3e4460c3f8f44ea4ddb6b5dd8cb1a14 (patch) | |
tree | 5e5b508a9995c3dcdfcb7540e7c8e624fd36940c | |
parent | 1a81947e7bf73eb5b5ab92df0e036a792c7fbc98 (diff) | |
download | ports-cf27991ee3e4460c3f8f44ea4ddb6b5dd8cb1a14.tar.gz ports-cf27991ee3e4460c3f8f44ea4ddb6b5dd8cb1a14.zip |
BROKEN on 7.x: Does not compile
Notes
Notes:
svn path=/head/; revision=172729
-rw-r--r-- | security/wpa_supplicant/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile index 82f35955cb9a..e83afe987408 100644 --- a/security/wpa_supplicant/Makefile +++ b/security/wpa_supplicant/Makefile @@ -65,4 +65,8 @@ post-install: IGNORE=is not supported on FreeBSD < 6.0 .endif +.if ${OSVERSION} >= 700019 +IGNORE= does not compile on FreeBSD >= 7.0 +.endif + .include <bsd.port.post.mk> |