diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-13 08:46:43 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-13 08:46:43 +0000 |
commit | 28190bec886ace220b7a667cc5bdf7b6a0b732f5 (patch) | |
tree | 3eb83bb3ec38a53f2a8b5d851c5c50e861ec6e34 /news/grn | |
parent | a8f45a1c449c8a3427da7e129cf13b260fdfd656 (diff) | |
download | FreeBSD-ports-28190bec886ace220b7a667cc5bdf7b6a0b732f5.zip FreeBSD-ports-28190bec886ace220b7a667cc5bdf7b6a0b732f5.tar.gz |
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 beccb29..1f46e97 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 |