svn commit: r342182 - in head: deskutils/tagutils graphics/grx

Martin Wilke miwi at FreeBSD.org
Sat Feb 1 16:16:17 UTC 2014


Author: miwi
Date: Sat Feb  1 16:16:16 2014
New Revision: 342182
URL: http://svnweb.freebsd.org/changeset/ports/342182
QAT: https://qat.redports.org/buildarchive/r342182/

Log:
  - Stage support
  - Convert to USES

Modified:
  head/deskutils/tagutils/Makefile
  head/graphics/grx/Makefile

Modified: head/deskutils/tagutils/Makefile
==============================================================================
--- head/deskutils/tagutils/Makefile	Sat Feb  1 16:14:05 2014	(r342181)
+++ head/deskutils/tagutils/Makefile	Sat Feb  1 16:16:16 2014	(r342182)
@@ -19,5 +19,4 @@ USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/graphics/grx/Makefile
==============================================================================
--- head/graphics/grx/Makefile	Sat Feb  1 16:14:05 2014	(r342181)
+++ head/graphics/grx/Makefile	Sat Feb  1 16:16:16 2014	(r342182)
@@ -21,7 +21,7 @@ BGI_DESC=	Enable BGI support
 BMP_DESC=	Enable BMP support
 
 USE_XORG=	x11 xau xcb xdmcp
-USE_GMAKE=	yes
+USES=		gmake
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --with-fontpath=${DATADIR}/fonts \
 		--with-x11-base=${LOCALBASE}
@@ -36,7 +36,6 @@ PLIST_SUB=	VERSION="${PORTVERSION}"
 
 INFO=		grx
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MBGI}


More information about the svn-ports-all mailing list