summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-07-23 01:33:55 +0000
committerdougb <dougb@FreeBSD.org>2012-07-23 01:33:55 +0000
commitfcfde219d56f661cbbdb46077d166fdf2046d5f0 (patch)
tree6f6452717d480fc723cb34dac6821c9a57f49795 /print
parentd62f44f24081b479732367e1a0a910179d98b16f (diff)
downloadFreeBSD-ports-fcfde219d56f661cbbdb46077d166fdf2046d5f0.zip
FreeBSD-ports-fcfde219d56f661cbbdb46077d166fdf2046d5f0.tar.gz
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk.
Diffstat (limited to 'print')
-rw-r--r--print/libijs/Makefile4
-rw-r--r--print/panda/Makefile3
2 files changed, 5 insertions, 2 deletions
diff --git a/print/libijs/Makefile b/print/libijs/Makefile
index c4bbab8..d4db4e6 100644
--- a/print/libijs/Makefile
+++ b/print/libijs/Makefile
@@ -16,8 +16,10 @@ DIST_SUBDIR= ghostscript
MAINTAINER= ports@FreeBSD.org
COMMENT= C library that supports plugin printer driver for Ghostscript
+BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config
+
USE_BZIP2= yes
-USE_GNOME= lthack pkgconfig
+USE_GNOME= lthack
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
diff --git a/print/panda/Makefile b/print/panda/Makefile
index 5b3a6c3..a6d4381 100644
--- a/print/panda/Makefile
+++ b/print/panda/Makefile
@@ -19,12 +19,13 @@ COMMENT= A PDF generation library
LICENSE= GPLv2 LGPL21
LICENSE_COMB= dual
+BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
png15:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
USE_BZIP2= yes
-USE_GNOME= gnomehack pkgconfig
+USE_GNOME= gnomehack
USE_BDB= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
OpenPOWER on IntegriCloud