Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 05:25:10 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344659 - head/print/libgnomecups
Message-ID:  <201402170525.s1H5PAkr064742@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402170525.s1H5PAkr064742>