aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-02 22:43:08 +0800
committersobomax <sobomax@FreeBSD.org>2000-06-02 22:43:08 +0800
commitc7b87ceb3548b0dcd7f9cc4cada353e91e805b3b (patch)
tree3d08af0f2ea9e0034f985ec869b5a381fc091d54
parent3ba66663f8fc42932671b0c823e2b75e61998166 (diff)
downloadfreebsd-ports-gnome-c7b87ceb3548b0dcd7f9cc4cada353e91e805b3b.tar.gz
freebsd-ports-gnome-c7b87ceb3548b0dcd7f9cc4cada353e91e805b3b.tar.zst
freebsd-ports-gnome-c7b87ceb3548b0dcd7f9cc4cada353e91e805b3b.zip
Add missed libxml dependency.
-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