diff options
| -rw-r--r-- | net/wmwlmon/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/wmwlmon/Makefile b/net/wmwlmon/Makefile index 204441684a2e..13984f83d48a 100644 --- a/net/wmwlmon/Makefile +++ b/net/wmwlmon/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.nazgul.ch/dev/ \ http://dougbarton.us/Downloads/ DISTNAME= wmwlmon-${PORTVERSION} -MAINTAINER= marcus@nazgul.ch +MAINTAINER= ports@FreeBSD.org COMMENT= DockApp showing the state of a wireless network device USE_XORG= x11 xpm @@ -24,11 +24,14 @@ PLIST_FILES= bin/wmwlmon .include <bsd.port.pre.mk> .if ${OSVERSION} < 600100 -BROKEN= Needs WLAN infrastructure from 6.0-RELEASE or newer +IGNORE= needs WLAN infrastructure from 6.0-RELEASE or newer .elif ${OSVERSION} >= 700042 BROKEN= Does not compile with GCC 4.2 .endif +DEPRECATED= Does not work after removal of wi_req +EXPIRATION_DATE= 2008-07-03 + post-patch: ${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.presed ${SED} -e 's#/usr/X11R6#${LOCALBASE}#g' \ |
