diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-29 13:53:26 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-29 13:53:26 +0800 |
commit | 2310fb6f56662b7e009fc20323fd5698282b58a3 (patch) | |
tree | c8c8bacabcb0535c2fc8b60fc1ad166a7dc5bd15 /audio | |
parent | f8f0dfef7f11fffcb314934bf6daa2980cf047ce (diff) | |
download | freebsd-ports-gnome-2310fb6f56662b7e009fc20323fd5698282b58a3.tar.gz freebsd-ports-gnome-2310fb6f56662b7e009fc20323fd5698282b58a3.tar.zst freebsd-ports-gnome-2310fb6f56662b7e009fc20323fd5698282b58a3.zip |
x11-toolkits/gtk-- -> x11-toolkits/gtkmm12
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')
-rw-r--r-- | audio/gtkguitune/Makefile | 2 | ||||
-rw-r--r-- | audio/opmixer/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/gtkguitune/Makefile b/audio/gtkguitune/Makefile index fad328f34269..ada479cb1d89 100644 --- a/audio/gtkguitune/Makefile +++ b/audio/gtkguitune/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.geocities.com/harpin_floh/mysoft/ MAINTAINER= anholt@FreeBSD.org COMMENT= A guitar (and other instruments) tuner for GTK -LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtk-- +LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtkmm12 GNU_CONFIGURE= yes USE_GETOPT_LONG=yes diff --git a/audio/opmixer/Makefile b/audio/opmixer/Makefile index aa42ad28138f..c3c2173a1c51 100644 --- a/audio/opmixer/Makefile +++ b/audio/opmixer/Makefile @@ -15,7 +15,7 @@ DISTNAME= opMixer-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Adjusts a mixer -LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtk-- +LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtkmm12 USE_BZIP2= yes USE_X_PREFIX= yes |