svn commit: r326301 - head/print/ghostscript8

Antoine Brodin antoine at FreeBSD.org
Wed Sep 4 17:21:53 UTC 2013


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


More information about the svn-ports-all mailing list