Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2014 14:23:58 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347584 - head/net/nocatsplash
Message-ID:  <201403091423.s29ENwjm083820@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403091423.s29ENwjm083820>