aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-05-28 03:07:27 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-05-28 03:07:27 +0000
commit3a0bdda2866febe27bbb98c5bd11b90709a1f069 (patch)
tree7dbe23451959fc1a42985cce484e9bbe538b1820 /editors
parent0da70991cd83b75c2bf6c7246f42fb3e41618ab5 (diff)
downloadports-3a0bdda2866febe27bbb98c5bd11b90709a1f069.tar.gz
ports-3a0bdda2866febe27bbb98c5bd11b90709a1f069.zip
deskutils/gnomeutils2 -> deskutils/gnome-utils
Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for editors/abiword-plugins, x11/gnome2 and x11/gnome2-lite chase the rename. PR: ports/97985 Repocopy by: marcus
Notes
Notes: svn path=/head/; revision=163659
Diffstat (limited to 'editors')
-rw-r--r--editors/abiword-plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile
index 7d75e72a3c59..c3ef5a054203 100644
--- a/editors/abiword-plugins/Makefile
+++ b/editors/abiword-plugins/Makefile
@@ -116,7 +116,7 @@ PLIST_SUB+= FREETRANSLATION:="@comment "
.endif
.if defined(WITH_GDICT)
-RUN_DEPENDS+= gnome-dictionary:${PORTSDIR}/deskutils/gnomeutils2
+RUN_DEPENDS+= gnome-dictionary:${PORTSDIR}/deskutils/gnome-utils
CONFIGURE_ARGS+= --enable-gdict
PLIST_SUB+= GDICT:=""
.else