diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-02 14:43:08 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-02 14:43:08 +0000 |
commit | c7b87ceb3548b0dcd7f9cc4cada353e91e805b3b (patch) | |
tree | 3d08af0f2ea9e0034f985ec869b5a381fc091d54 /x11 | |
parent | 3ba66663f8fc42932671b0c823e2b75e61998166 (diff) | |
download | FreeBSD-ports-c7b87ceb3548b0dcd7f9cc4cada353e91e805b3b.zip FreeBSD-ports-c7b87ceb3548b0dcd7f9cc4cada353e91e805b3b.tar.gz |
Add missed libxml dependency.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnomecore/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index 865b75f..f0efdc8 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 |