svn commit: r347621 - head/net/wmwifi

Martin Wilke miwi at FreeBSD.org
Sun Mar 9 14:40:54 UTC 2014


Author: miwi
Date: Sun Mar  9 14:40:52 2014
New Revision: 347621
URL: http://svnweb.freebsd.org/changeset/ports/347621
QAT: https://qat.redports.org/buildarchive/r347621/

Log:
  - Stage support
  - Convert to USES

Modified:
  head/net/wmwifi/Makefile

Modified: head/net/wmwifi/Makefile
==============================================================================
--- head/net/wmwifi/Makefile	Sun Mar  9 14:40:42 2014	(r347620)
+++ head/net/wmwifi/Makefile	Sun Mar  9 14:40:52 2014	(r347621)
@@ -15,11 +15,10 @@ COMMENT=	Dockapp displaying the signal s
 
 GNU_CONFIGURE=	yes
 USE_XORG=	x11 xpm
-USE_GMAKE=	yes
+USES=		gmake
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 
 PLIST_FILES=	bin/wmwifi
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list