diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-29 14:11:17 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-29 14:11:17 +0800 |
commit | 84a953570c0ef142ebd08e414e796ebebad092be (patch) | |
tree | c7c147a7b66ee7c5448e1e42da0351400e160d7d /x11/decurs | |
parent | 2db1a19e897285f121d918263ce275874e9b7582 (diff) | |
download | freebsd-ports-gnome-84a953570c0ef142ebd08e414e796ebebad092be.tar.gz freebsd-ports-gnome-84a953570c0ef142ebd08e414e796ebebad092be.tar.zst freebsd-ports-gnome-84a953570c0ef142ebd08e414e796ebebad092be.zip |
x11-toolkits/gtk--2 -> x11-toolkits/gtkmm20
x11-toolkits/gtk--2-reference -> x11-toolkits/gtkmm20-reference
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 other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus
Diffstat (limited to 'x11/decurs')
-rw-r--r-- | x11/decurs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/decurs/Makefile b/x11/decurs/Makefile index 206270b06ea0..7b5123aeee05 100644 --- a/x11/decurs/Makefile +++ b/x11/decurs/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://varg.dyndns.org/psi/files/ MAINTAINER= danfe@FreeBSD.org COMMENT= A GTK+ based program that lets you edit you XFree86 mouse cursors -LIB_DEPENDS= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtk--2 +LIB_DEPENDS= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtkmm20 USE_X_PREFIX= yes USE_GNOME= gnometarget gtk20 |