diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-28 09:57:42 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-28 09:57:42 +0800 |
commit | c36555494ef59a326b85133a52c822a8de425ab3 (patch) | |
tree | 19a59ce3a78aa2b7ca4ba0a3104a61d13ddf3711 /deskutils | |
parent | 7fef82e024dfaaa6e882a4f349bfeacf518471cd (diff) | |
download | freebsd-ports-graphics-c36555494ef59a326b85133a52c822a8de425ab3.tar.gz freebsd-ports-graphics-c36555494ef59a326b85133a52c822a8de425ab3.tar.zst freebsd-ports-graphics-c36555494ef59a326b85133a52c822a8de425ab3.zip |
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 deskutils/superswitcher, devel/configgen and devel/gnome2-hacker-tools,
chase the rename.
PR: ports/97985
Repocopy by: marcus
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/superswitcher/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/superswitcher/Makefile b/deskutils/superswitcher/Makefile index cfc4530afef..4cba4c58146 100644 --- a/deskutils/superswitcher/Makefile +++ b/deskutils/superswitcher/Makefile @@ -14,8 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= MrL0Lz@gmail.com COMMENT= Alt-Tab replacement -BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon -RUN_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon +BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common +RUN_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common USE_GMAKE= yes USE_GNOME= gtk20 libwnck pango |