svn commit: r347609 - head/x11-toolkits/wxgtk26

Martin Wilke miwi at FreeBSD.org
Sun Mar 9 14:38:41 UTC 2014


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

Log:
  - Stage support
  - Convert to USES

Modified:
  head/x11-toolkits/wxgtk26/Makefile

Modified: head/x11-toolkits/wxgtk26/Makefile
==============================================================================
--- head/x11-toolkits/wxgtk26/Makefile	Sun Mar  9 14:38:25 2014	(r347608)
+++ head/x11-toolkits/wxgtk26/Makefile	Sun Mar  9 14:38:40 2014	(r347609)
@@ -18,11 +18,10 @@ LIB_DEPENDS+=	png15:${PORTSDIR}/graphics
 		expat.6:${PORTSDIR}/textproc/expat2\
 		mspack.1:${PORTSDIR}/archivers/libmspack
 
-USES=		iconv pkgconfig
+USES=		iconv pkgconfig gmake
 USE_BZIP2=	yes
 USE_XORG=	x11 sm xxf86vm xinerama
 USE_GL=		glu
-USE_GMAKE=	yes
 USE_GNOME=	gtk20 pangox-compat
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libpng=sys\
@@ -39,7 +38,6 @@ CONFIGURE_ENV=	PTHREAD_CFLAGS="${PTHREAD
 		X11BASE="${LOCALBASE}"
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
-NO_STAGE=	yes
 NO_LATEST_LINK=	yes
 PLIST=		${.CURDIR}/pkg-plist
 


More information about the svn-ports-all mailing list