diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-27 01:18:21 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-27 01:18:21 +0800 |
commit | 3596cb877460848f07a2fe5227a6f3e6697ec410 (patch) | |
tree | f5636eab580cff7a0ca6f39fbc74d7ae9b5e089a /sysutils/gnomefind/Makefile | |
parent | b54dc01023fe29f751e97d4b0a4c1032d03a3f23 (diff) | |
download | freebsd-ports-gnome-3596cb877460848f07a2fe5227a6f3e6697ec410.tar.gz freebsd-ports-gnome-3596cb877460848f07a2fe5227a6f3e6697ec410.tar.zst freebsd-ports-gnome-3596cb877460848f07a2fe5227a6f3e6697ec410.zip |
According to ade's announcement replace gnomecore RUN_DEPENDS with gnomecc
RUN_DEPENDS.
Submitted by: ade
Diffstat (limited to 'sysutils/gnomefind/Makefile')
-rw-r--r-- | sysutils/gnomefind/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gnomefind/Makefile b/sysutils/gnomefind/Makefile index a326f6e55a1c..d456e37f9ffb 100644 --- a/sysutils/gnomefind/Makefile +++ b/sysutils/gnomefind/Makefile @@ -17,7 +17,7 @@ MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ glade.3:${PORTSDIR}/devel/libglade \ Xpm.4:${PORTSDIR}/graphics/xpm -RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore +RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |