svn commit: r337814 - head/x11-toolkits/pangoxsl

Antoine Brodin antoine at FreeBSD.org
Fri Dec 27 21:53:48 UTC 2013


Author: antoine
Date: Fri Dec 27 21:53:47 2013
New Revision: 337814
URL: http://svnweb.freebsd.org/changeset/ports/337814

Log:
  Stage support

Modified:
  head/x11-toolkits/pangoxsl/Makefile

Modified: head/x11-toolkits/pangoxsl/Makefile
==============================================================================
--- head/x11-toolkits/pangoxsl/Makefile	Fri Dec 27 21:48:55 2013	(r337813)
+++ head/x11-toolkits/pangoxsl/Makefile	Fri Dec 27 21:53:47 2013	(r337814)
@@ -10,8 +10,7 @@ MASTER_SITES=	SF/pangopdf/${PORTNAME}/${
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Implements Pango library with a PDF backend for PDF output
 
-USE_GMAKE=	yes
-USES=		pathfix pkgconfig
+USES=		gmake pathfix pkgconfig
 USE_GNOME=	pango
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
@@ -21,5 +20,4 @@ CONFIGURE_ARGS=	--disable-gtk-doc \
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list