svn commit: r326219 - head/print/gutenprint-base

Antoine Brodin antoine at FreeBSD.org
Tue Sep 3 19:39:58 UTC 2013


Author: antoine
Date: Tue Sep  3 19:39:57 2013
New Revision: 326219
URL: http://svnweb.freebsd.org/changeset/ports/326219

Log:
  Add an explicit dependency on pkgconf
  (needed for good gtk20 detection)
  
  Approved by:	portmgr (bapt)

Modified:
  head/print/gutenprint-base/Makefile

Modified: head/print/gutenprint-base/Makefile
==============================================================================
--- head/print/gutenprint-base/Makefile	Tue Sep  3 19:37:29 2013	(r326218)
+++ head/print/gutenprint-base/Makefile	Tue Sep  3 19:39:57 2013	(r326219)
@@ -16,8 +16,7 @@ LICENSE=	GPLv2
 CONFLICTS=	gimp-print-[0-9]*
 
 USE_BZIP2=	yes
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake pkgconfig
 USE_GNOME=	gnomehack gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=--with-gimp=no --with-gimp2=no


More information about the svn-ports-all mailing list