diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-05 01:21:52 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-05 01:21:52 +0800 |
commit | 1b71b642c66aa1e128b3f03248b89ff1781f1d6c (patch) | |
tree | 2dd1443c9032711138d7d538cc63cf244f806599 | |
parent | 85a07728cfe3631bc1e79e82576bb66d307538f1 (diff) | |
download | freebsd-ports-gnome-1b71b642c66aa1e128b3f03248b89ff1781f1d6c.tar.gz freebsd-ports-gnome-1b71b642c66aa1e128b3f03248b89ff1781f1d6c.tar.zst freebsd-ports-gnome-1b71b642c66aa1e128b3f03248b89ff1781f1d6c.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
-rw-r--r-- | print/ghostscript8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 2eb675f8f5b4..af7c3b602fdb 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -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 |