diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-29 03:50:56 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-29 03:50:56 +0800 |
commit | 4763267f9c15ce3500755795595c3d63c7729800 (patch) | |
tree | c2b568707449547525f00067ecef5a615dceca8d /Mk/bsd.gnome.mk | |
parent | d1facc120504783d434ab3081f5280f10188f6e4 (diff) | |
download | freebsd-ports-gnome-4763267f9c15ce3500755795595c3d63c7729800.tar.gz freebsd-ports-gnome-4763267f9c15ce3500755795595c3d63c7729800.tar.zst freebsd-ports-gnome-4763267f9c15ce3500755795595c3d63c7729800.zip |
x11/gnomelibs -> x11/gnome-libs
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 japanese/gnomelibs, chase the rename.
PR: ports/97985
Repocopy by: marcus
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 3701ba562f69..4f3d1f6f01a0 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -170,7 +170,7 @@ imlib_DETECT= ${IMLIB_CONFIG} imlib_USE_GNOME_IMPL= gtk12 GNOME_CONFIG?= ${X11BASE}/bin/gnome-config -gnomelibs_LIB_DEPENDS= gnome.5:${PORTSDIR}/x11/gnomelibs +gnomelibs_LIB_DEPENDS= gnome.5:${PORTSDIR}/x11/gnome-libs gnomelibs_CONFIGURE_ENV=GNOME_CONFIG="${GNOME_CONFIG}" gnomelibs_MAKE_ENV= GNOME_CONFIG="${GNOME_CONFIG}" gnomelibs_DETECT= ${GNOME_CONFIG} |