svn commit: r349081 - head/x11/gpctool

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 24 22:29:15 UTC 2014


Author: bapt
Date: Mon Mar 24 22:29:14 2014
New Revision: 349081
URL: http://svnweb.freebsd.org/changeset/ports/349081
QAT: https://qat.redports.org/buildarchive/r349081/

Log:
  Support stage

Modified:
  head/x11/gpctool/Makefile

Modified: head/x11/gpctool/Makefile
==============================================================================
--- head/x11/gpctool/Makefile	Mon Mar 24 22:27:33 2014	(r349080)
+++ head/x11/gpctool/Makefile	Mon Mar 24 22:29:14 2014	(r349081)
@@ -14,7 +14,7 @@ COMMENT=	Evaluation tool for the Generic
 LIB_DEPENDS=	libgpc.so:${PORTSDIR}/devel/libgpc	\
 		libformsGL.so:${PORTSDIR}/x11-toolkits/xforms
 
-USES=		zip:infozip
+USES=		zip:infozip uidfix
 USE_GL=		yes
 PLIST_FILES=	bin/gpctool
 USE_LDCONFIG=	yes
@@ -25,7 +25,6 @@ MAKEFILE=	${FILESDIR}/BSDmakefile
 EXTRACT_BEFORE_ARGS=-qoa
 EXTRACT_AFTER_ARGS=-d ${WRKDIR} -x ${DISTNAME}/gpc.? ${DISTNAME}/gl.c
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's|FALSE|false|g' \
 	   ${WRKSRC}/callbacks.c ${WRKSRC}/graphics.c


More information about the svn-ports-head mailing list