svn commit: r327519 - in head/print: ghostscript9 ghostscript9-agpl
Hiroki Sato
hrs at FreeBSD.org
Wed Sep 18 06:35:25 UTC 2013
Author: hrs
Date: Wed Sep 18 06:35:24 2013
New Revision: 327519
URL: http://svnweb.freebsd.org/changeset/ports/327519
Log:
Fix build.
Reported by: pkg-fallout
Modified:
head/print/ghostscript9-agpl/Makefile
head/print/ghostscript9/Makefile
Modified: head/print/ghostscript9-agpl/Makefile
==============================================================================
--- head/print/ghostscript9-agpl/Makefile Wed Sep 18 06:34:54 2013 (r327518)
+++ head/print/ghostscript9-agpl/Makefile Wed Sep 18 06:35:24 2013 (r327519)
@@ -35,7 +35,7 @@ CONFLICTS_INSTALL= \
ghostscript[789]-[0-9]* \
ghostscript[789]-nox11-[0-9]*
-USES= gmake
+USES= gmake pkgconfig:build
USE_BZIP2= yes
WANT_GNOME= yes
USE_LDCONFIG= yes
Modified: head/print/ghostscript9/Makefile
==============================================================================
--- head/print/ghostscript9/Makefile Wed Sep 18 06:34:54 2013 (r327518)
+++ head/print/ghostscript9/Makefile Wed Sep 18 06:35:24 2013 (r327519)
@@ -37,7 +37,7 @@ CONFLICTS_INSTALL= \
ghostscript9-agpl-[0-9]* \
ghostscript9-agpl-nox11-[0-9]*
-USES= gmake
+USES= gmake pkgconfig:build
USE_BZIP2= yes
WANT_GNOME= yes
USE_LDCONFIG= yes
More information about the svn-ports-all
mailing list