diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-13 08:55:57 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-13 08:55:57 +0000 |
commit | 691c2cde19bc911046afdc93d2ca87bb09f76201 (patch) | |
tree | 0520b9289f2b1886c19a3ce3766168c41a9f3308 /textproc/gtkdiff | |
parent | 7ae7bbd69f446f9618e5bcaf89fce932881a7847 (diff) | |
download | FreeBSD-ports-691c2cde19bc911046afdc93d2ca87bb09f76201.zip FreeBSD-ports-691c2cde19bc911046afdc93d2ca87bb09f76201.tar.gz |
Replace gnomecontrolcenter in RUN_DEPENDS with gnomecore to ensure correct
removal of share/gnome.
Submitted by: bento
Diffstat (limited to 'textproc/gtkdiff')
-rw-r--r-- | textproc/gtkdiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gtkdiff/Makefile b/textproc/gtkdiff/Makefile index 7cd49b6..4b88115 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 |