aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2003-11-06 02:04:28 +0800
committeroliver <oliver@FreeBSD.org>2003-11-06 02:04:28 +0800
commitd4b4b9401dce383b171815cda069532fc0307643 (patch)
tree1f9a2c03e5e358c700d59a8133ce8e2edf7edeab /sysutils
parent1cfefac16ba5257f5f8c9a7d961d7ab827c53f1a (diff)
downloadfreebsd-ports-gnome-d4b4b9401dce383b171815cda069532fc0307643.tar.gz
freebsd-ports-gnome-d4b4b9401dce383b171815cda069532fc0307643.tar.zst
freebsd-ports-gnome-d4b4b9401dce383b171815cda069532fc0307643.zip
add pcre to LIB_DEPENDS in the gtk20 case.
Noted By: Stefan Thurner <thurners@t-online.de>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xcdroast/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile
index d550cd09ee14..a5d7574ee6c5 100644
--- a/sysutils/xcdroast/Makefile
+++ b/sysutils/xcdroast/Makefile
@@ -38,7 +38,8 @@ MAN1= xcdroast.1
.if defined(WITH_GTK2)
RUN_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkgconfig
LIB_DEPENDS+= glib-2.0.200:${PORTSDIR}/devel/glib20 \
- gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
+ gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \
+ pcre.0:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+=--enable-gtk2
USE_GNOME= gtk20
.else