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 /net-im/ickle | |
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 'net-im/ickle')
-rw-r--r-- | net-im/ickle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/ickle/Makefile b/net-im/ickle/Makefile index 7472b398e84c..dba452ad9a93 100644 --- a/net-im/ickle/Makefile +++ b/net-im/ickle/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= ICQ2000 protocol implementation -LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtk-- \ +LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtkmm12 \ icq2000.5:${PORTSDIR}/net-im/libicq2000 USE_X_PREFIX= yes |