svn commit: r344659 - head/print/libgnomecups

Martin Wilke miwi at FreeBSD.org
Mon Feb 17 05:25:11 UTC 2014


Author: miwi
Date: Mon Feb 17 05:25:10 2014
New Revision: 344659
URL: http://svnweb.freebsd.org/changeset/ports/344659
QAT: https://qat.redports.org/buildarchive/r344659/

Log:
  - Stage support
  - Convert to USE_MAKE to USES

Modified:
  head/print/libgnomecups/Makefile

Modified: head/print/libgnomecups/Makefile
==============================================================================
--- head/print/libgnomecups/Makefile	Mon Feb 17 05:24:46 2014	(r344658)
+++ head/print/libgnomecups/Makefile	Mon Feb 17 05:25:10 2014	(r344659)
@@ -14,14 +14,12 @@ COMMENT=	Support library for gnome cups 
 
 LIB_DEPENDS=	cups:${PORTSDIR}/print/cups-client
 
-USES=		pkgconfig gettext
+USES=		pkgconfig gettext gmake
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gnomehack intlhack ltverhack glib20
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=  libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list