Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 17:21:52 +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: r326301 - head/print/ghostscript8
Message-ID:  <201309041721.r84HLqBH022578@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Sep  4 17:21:52 2013
New Revision: 326301
URL: http://svnweb.freebsd.org/changeset/ports/326301

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/print/ghostscript8/Makefile

Modified: head/print/ghostscript8/Makefile
==============================================================================
--- head/print/ghostscript8/Makefile	Wed Sep  4 17:11:24 2013	(r326300)
+++ head/print/ghostscript8/Makefile	Wed Sep  4 17:21:52 2013	(r326301)
@@ -38,7 +38,7 @@ CONFLICTS_INSTALL= \
 		ghostscript9-agpl-nox11-[0-9]*
 
 USE_XZ=		yes
-USES=		gmake
+USES=		gmake pkgconfig
 WANT_GNOME=	yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	autoconf



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