diff options
author | ade <ade@FreeBSD.org> | 2000-06-27 00:14:32 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-27 00:14:32 +0800 |
commit | 07455b5142931bf9d459f689b7b0875b27daa137 (patch) | |
tree | ec932d99966ed4a43f2ce244d86b06bc046e9095 /devel/bonobo | |
parent | 69a186a28b4fab9659c545972f8b2aa025476077 (diff) | |
download | freebsd-ports-gnome-07455b5142931bf9d459f689b7b0875b27daa137.tar.gz freebsd-ports-gnome-07455b5142931bf9d459f689b7b0875b27daa137.tar.zst freebsd-ports-gnome-07455b5142931bf9d459f689b7b0875b27daa137.zip |
Add a RUN_DEPENDS on sysutils/gnomecontrolcenter.
This is now REQUIRED by ALL GNOMEish applications that install
anything into ${PREFIX}/etc/CORBA or ${PREFIX}/share/gnome
Reminded by: bento
Diffstat (limited to 'devel/bonobo')
-rw-r--r-- | devel/bonobo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 5f86d5fec6ea..6b9659630066 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ gnomeprint.9:${PORTSDIR}/print/gnomeprint \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ oaf.0:${PORTSDIR}/devel/oaf +RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |