diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-29 06:11:17 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-29 06:11:17 +0000 |
commit | 84a953570c0ef142ebd08e414e796ebebad092be (patch) | |
tree | c7c147a7b66ee7c5448e1e42da0351400e160d7d /audio/cantus_3 | |
parent | 2db1a19e897285f121d918263ce275874e9b7582 (diff) | |
download | FreeBSD-ports-84a953570c0ef142ebd08e414e796ebebad092be.zip FreeBSD-ports-84a953570c0ef142ebd08e414e796ebebad092be.tar.gz |
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 'audio/cantus_3')
-rw-r--r-- | audio/cantus_3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/cantus_3/Makefile b/audio/cantus_3/Makefile index 8b63b19..d6efb22 100644 --- a/audio/cantus_3/Makefile +++ b/audio/cantus_3/Makefile @@ -17,7 +17,7 @@ MAINTAINER= asa@gascom.ru COMMENT= Tool for tagging and renaming MP3 and OGG/Vorbis files BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 -LIB_DEPENDS= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtk--2 \ +LIB_DEPENDS= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtkmm20 \ glademm-2.0.1:${PORTSDIR}/devel/libglademm \ ogg.5:${PORTSDIR}/audio/libogg \ vorbis.3:${PORTSDIR}/audio/libvorbis |