diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-28 13:04:56 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-28 13:04:56 +0800 |
commit | bbf4508d5c56e394da3907f54a3269a0f7403606 (patch) | |
tree | 3a525874222158b3997c9451d743023e398966cb /x11 | |
parent | 015265574a29d3d0a1ed56e1330aa6517e7a3c13 (diff) | |
download | freebsd-ports-gnome-bbf4508d5c56e394da3907f54a3269a0f7403606.tar.gz freebsd-ports-gnome-bbf4508d5c56e394da3907f54a3269a0f7403606.tar.zst freebsd-ports-gnome-bbf4508d5c56e394da3907f54a3269a0f7403606.zip |
devel/libgtop2 -> devel/libgtop
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.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-applets/Makefile | 2 | ||||
-rw-r--r-- | x11/gnomeapplets2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index cf84f04a3b2e..fa6ef84626ca 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -18,7 +18,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Applets components for the Gnome 2 Desktop Environment BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/gnome-system-tools.pc:${PORTSDIR}/sysutils/gnomesystemtools -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop2 \ +LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ xklavier.10:${PORTSDIR}/x11/libxklavier \ gucharmap.4:${PORTSDIR}/deskutils/gucharmap RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/system-tools-backends.pc:${PORTSDIR}/sysutils/gnomesystemtools diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile index cf84f04a3b2e..fa6ef84626ca 100644 --- a/x11/gnomeapplets2/Makefile +++ b/x11/gnomeapplets2/Makefile @@ -18,7 +18,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Applets components for the Gnome 2 Desktop Environment BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/gnome-system-tools.pc:${PORTSDIR}/sysutils/gnomesystemtools -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop2 \ +LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ xklavier.10:${PORTSDIR}/x11/libxklavier \ gucharmap.4:${PORTSDIR}/deskutils/gucharmap RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/system-tools-backends.pc:${PORTSDIR}/sysutils/gnomesystemtools |