diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-12 18:05:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-12 18:05:15 +0000 |
commit | 9ef0ed5efaf3f3302693f1ab629739f84dced06f (patch) | |
tree | 48ede51f366b05841a9e9b78c1a86897479ac7e4 /net-mgmt/bsd-airtools | |
parent | 61cc11f818e9e4fc8714dada112e3d2b4e3b0b08 (diff) | |
download | ports-9ef0ed5efaf3f3302693f1ab629739f84dced06f.tar.gz ports-9ef0ed5efaf3f3302693f1ab629739f84dced06f.zip |
Notes
Diffstat (limited to 'net-mgmt/bsd-airtools')
-rw-r--r-- | net-mgmt/bsd-airtools/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-mgmt/bsd-airtools/Makefile b/net-mgmt/bsd-airtools/Makefile index 93b24b883261..59c6570a496d 100644 --- a/net-mgmt/bsd-airtools/Makefile +++ b/net-mgmt/bsd-airtools/Makefile @@ -22,10 +22,6 @@ INST_AIRTOOLS= ${CONF_AIRTOOLS} ${MAKE_AIRTOOLS} WRKSRC= ${WRKDIR}/${PORTNAME} -.if !exists(/usr/include/dev/wi/if_wavelan_ieee.h) -BROKEN= You need to upgrade -.endif - do-build: .for TOOL in ${CONF_AIRTOOLS} @cd ${WRKSRC}/${TOOL}; ${SH} ${CONFIGURE_SCRIPT}; ${MAKE} @@ -44,8 +40,8 @@ do-install: .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 +.if ${OSVERSION} >= 700052 +IGNORE= broken by removal of wicontrol ioctls from if_wavelan_ieee.h .endif .include <bsd.port.post.mk> |