diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-28 13:25:50 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-28 13:25:50 +0800 |
commit | ab19a9aff898789138a0cda421ac3e5a84a32705 (patch) | |
tree | 4a216cc00fb7c708895cb5a3255ac3de119e7e27 /net-p2p/gkremldk | |
parent | bbf4508d5c56e394da3907f54a3269a0f7403606 (diff) | |
download | freebsd-ports-gnome-ab19a9aff898789138a0cda421ac3e5a84a32705.tar.gz freebsd-ports-gnome-ab19a9aff898789138a0cda421ac3e5a84a32705.tar.zst freebsd-ports-gnome-ab19a9aff898789138a0cda421ac3e5a84a32705.zip |
devel/pkgconfig -> devel/pkg-config
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-p2p/gkremldk')
-rw-r--r-- | net-p2p/gkremldk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/gkremldk/Makefile b/net-p2p/gkremldk/Makefile index 5386d616fc8d..c2e995158e1f 100644 --- a/net-p2p/gkremldk/Makefile +++ b/net-p2p/gkremldk/Makefile @@ -17,7 +17,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= Shows current mldonkey donwload/upload rates and allows setting them BUILD_DEPENDS= \ - pkg-config:${PORTSDIR}/devel/pkgconfig \ + pkg-config:${PORTSDIR}/devel/pkg-config \ ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 |