aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/mdh
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2006-05-28 13:04:56 +0800
committermezz <mezz@FreeBSD.org>2006-05-28 13:04:56 +0800
commitbbf4508d5c56e394da3907f54a3269a0f7403606 (patch)
tree3a525874222158b3997c9451d743023e398966cb /deskutils/mdh
parent015265574a29d3d0a1ed56e1330aa6517e7a3c13 (diff)
downloadfreebsd-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 'deskutils/mdh')
-rw-r--r--deskutils/mdh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/mdh/Makefile b/deskutils/mdh/Makefile
index 9a51857a3d96..317a261c1e1e 100644
--- a/deskutils/mdh/Makefile
+++ b/deskutils/mdh/Makefile
@@ -28,7 +28,7 @@ LDFLAGS= -L${LOCALBASE}/lib
.if defined(WITHOUT_GTOP)
CONFIGURE_ARGS+= --disable-gtop
.else
-LIB_DEPENDS+= gtop-2.0:${PORTSDIR}/devel/libgtop2
+LIB_DEPENDS+= gtop-2.0:${PORTSDIR}/devel/libgtop
.endif
.if defined(WITHOUT_CURL)