diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-13 08:46:43 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-13 08:46:43 +0000 |
commit | e4923ffd5e15b090684224767eaa21fece43c41a (patch) | |
tree | d7581f0be08b53b60c9c4a9910b2b62981d2d9fd /news | |
parent | ad4f82815f267126afb1fd73ab7fd705b100c73d (diff) |
Replace gnomecontrolcenter in RUN_DEPENDS with gnomecore RUN_DEPENDS to ensure
correct removal of share/gnome.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=32572
Diffstat (limited to 'news')
-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 |