svn commit: r347584 - head/net/nocatsplash

Martin Wilke miwi at FreeBSD.org
Sun Mar 9 14:23:59 UTC 2014


Author: miwi
Date: Sun Mar  9 14:23:58 2014
New Revision: 347584
URL: http://svnweb.freebsd.org/changeset/ports/347584
QAT: https://qat.redports.org/buildarchive/r347584/

Log:
  - Stage support
  - Convert to USES

Modified:
  head/net/nocatsplash/Makefile

Modified: head/net/nocatsplash/Makefile
==============================================================================
--- head/net/nocatsplash/Makefile	Sun Mar  9 14:23:35 2014	(r347583)
+++ head/net/nocatsplash/Makefile	Sun Mar  9 14:23:58 2014	(r347584)
@@ -18,7 +18,7 @@ USE_GNOME=	glib12
 CONFLICTS=	nocatauth-server-*
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 
 CONFIGURE_ARGS+=	--disable-dependency-tracking
 CONFIGURE_ARGS+=	--disable-glibtest
@@ -31,5 +31,4 @@ CONFIGURE_ARGS+=	--with-mode=${AUTHMODE}
 CONFIGURE_ARGS+=	--with-docroot=${DOCROOT}
 .endif
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list