Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 19:39:57 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326219 - head/print/gutenprint-base
Message-ID:  <201309031939.r83JdvNR066151@svn.freebsd.org>

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



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