aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2006-05-28 11:07:27 +0800
committermezz <mezz@FreeBSD.org>2006-05-28 11:07:27 +0800
commit76fe590177e3a08eff5d208bf4c2d4d4ab230f29 (patch)
treea0d8c83442853eabd197d93823e723f654de12f0 /editors
parenteed5e17a6795be92d28e9d13a03cc3029dcab852 (diff)
downloadfreebsd-ports-gnome-76fe590177e3a08eff5d208bf4c2d4d4ab230f29.tar.gz
freebsd-ports-gnome-76fe590177e3a08eff5d208bf4c2d4d4ab230f29.tar.zst
freebsd-ports-gnome-76fe590177e3a08eff5d208bf4c2d4d4ab230f29.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
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