diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-20 20:44:24 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-20 20:44:24 +0000 |
commit | 0d59342482f4935fe731f873341bc163f96d232e (patch) | |
tree | 2d4122062453ddc5006b27612056b67b297eaa59 | |
parent | Change PKGNAME so it doesn't conflict with the apache13 port. (diff) |
This port also LIB_DEPENDS on the libxml port.
-rw-r--r-- | devel/bonobo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index f721e6e4a9dd..3c02f2194a92 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -15,7 +15,8 @@ MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ intl.1:${PORTSDIR}/devel/gettext \ - gdk_pixbuf.1:${PORTSDIR}/graphics/gdk-pixbuf + gdk_pixbuf.1:${PORTSDIR}/graphics/gdk-pixbuf \ + xml.5:${PORTSDIR}/textproc/libxml GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |