diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-02 14:43:08 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-02 14:43:08 +0000 |
commit | fe111241d3e12d472c6113e5d5b2a0b37c5ec7bc (patch) | |
tree | 61f3f249b14a2c944612291789480ed9a98dac11 | |
parent | 166adfb042a833e5f65fe148f2e5772d02bdcfc8 (diff) | |
download | freebsd-ports-fe111241d3e12d472c6113e5d5b2a0b37c5ec7bc.zip |
Add missed libxml dependency.
-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 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 |