summaryrefslogtreecommitdiff
path: root/x11/gnomecore
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-02 14:43:08 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-02 14:43:08 +0000
commitfe111241d3e12d472c6113e5d5b2a0b37c5ec7bc (patch)
tree61f3f249b14a2c944612291789480ed9a98dac11 /x11/gnomecore
parentAdd .so symlink (from PR) and necessary ldconfigs overlooked in initial (diff)
Add missed libxml dependency.
Notes
Notes: svn path=/head/; revision=29101
Diffstat (limited to 'x11/gnomecore')
-rw-r--r--x11/gnomecore/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile
index 865b75f73b2d..f0efdc851e8c 100644
--- a/x11/gnomecore/Makefile
+++ b/x11/gnomecore/Makefile
@@ -15,7 +15,8 @@ DISTNAME= gnome-core-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \
- gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
+ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
+ xml.5:${PORTSDIR}/textproc/libxml
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config