aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-09-13 16:55:57 +0800
committersobomax <sobomax@FreeBSD.org>2000-09-13 16:55:57 +0800
commit691c2cde19bc911046afdc93d2ca87bb09f76201 (patch)
tree0520b9289f2b1886c19a3ce3766168c41a9f3308
parent7ae7bbd69f446f9618e5bcaf89fce932881a7847 (diff)
downloadfreebsd-ports-gnome-691c2cde19bc911046afdc93d2ca87bb09f76201.tar.gz
freebsd-ports-gnome-691c2cde19bc911046afdc93d2ca87bb09f76201.tar.zst
freebsd-ports-gnome-691c2cde19bc911046afdc93d2ca87bb09f76201.zip
Replace gnomecontrolcenter in RUN_DEPENDS with gnomecore to ensure correct
removal of share/gnome. Submitted by: bento
-rw-r--r--textproc/gtkdiff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gtkdiff/Makefile b/textproc/gtkdiff/Makefile
index 7cd49b6833ae..4b88115d61fe 100644
--- a/textproc/gtkdiff/Makefile
+++ b/textproc/gtkdiff/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.ainet.or.jp/~inoue/software/gtkdiff/
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
-RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
+RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config