diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-13 16:46:43 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-13 16:46:43 +0800 |
commit | 28190bec886ace220b7a667cc5bdf7b6a0b732f5 (patch) | |
tree | 3eb83bb3ec38a53f2a8b5d851c5c50e861ec6e34 /news/grn | |
parent | a8f45a1c449c8a3427da7e129cf13b260fdfd656 (diff) | |
download | freebsd-ports-gnome-28190bec886ace220b7a667cc5bdf7b6a0b732f5.tar.gz freebsd-ports-gnome-28190bec886ace220b7a667cc5bdf7b6a0b732f5.tar.zst freebsd-ports-gnome-28190bec886ace220b7a667cc5bdf7b6a0b732f5.zip |
Replace gnomecontrolcenter in RUN_DEPENDS with gnomecore RUN_DEPENDS to ensure
correct removal of share/gnome.
Submitted by: bento
Diffstat (limited to 'news/grn')
-rw-r--r-- | news/grn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/grn/Makefile b/news/grn/Makefile index beccb29babe9..1f46e97a30f4 100644 --- a/news/grn/Makefile +++ b/news/grn/Makefile @@ -14,7 +14,7 @@ MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ xml.5:${PORTSDIR}/textproc/libxml -RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore USE_X_PREFIX= yes USE_BZIP2= yes |