diff options
author | ade <ade@FreeBSD.org> | 2000-06-26 16:14:32 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-26 16:14:32 +0000 |
commit | 07455b5142931bf9d459f689b7b0875b27daa137 (patch) | |
tree | ec932d99966ed4a43f2ce244d86b06bc046e9095 /graphics/eog | |
parent | 69a186a28b4fab9659c545972f8b2aa025476077 (diff) | |
download | FreeBSD-ports-07455b5142931bf9d459f689b7b0875b27daa137.zip FreeBSD-ports-07455b5142931bf9d459f689b7b0875b27daa137.tar.gz |
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 'graphics/eog')
-rw-r--r-- | graphics/eog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index ecf647d..b2c38a7 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf +RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter USE_GMAKE= yes USE_X_PREFIX= yes |