diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-28 13:47:28 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-28 13:47:28 +0800 |
commit | 5f5190f4ee48138415300cd78ff70d36285bf4b1 (patch) | |
tree | 2e098133fff55cd62d977ed8018afc890f618a5b /Mk/bsd.gnome.mk | |
parent | ab19a9aff898789138a0cda421ac3e5a84a32705 (diff) | |
download | freebsd-ports-gnome-5f5190f4ee48138415300cd78ff70d36285bf4b1.tar.gz freebsd-ports-gnome-5f5190f4ee48138415300cd78ff70d36285bf4b1.tar.zst freebsd-ports-gnome-5f5190f4ee48138415300cd78ff70d36285bf4b1.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 'Mk/bsd.gnome.mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index b0d186f09b9c..d0e25c273a65 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -422,8 +422,8 @@ gtksourceview_DETECT= ${X11BASE}/libdata/pkgconfig/gtksourceview-1.0.pc gtksourceview_USE_GNOME_IMPL=libgnome libgnomeprintui pkgconfig_DETECT= ${LOCALBASE}/bin/pkg-config -pkgconfig_BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -pkgconfig_RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +pkgconfig_BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config +pkgconfig_RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config libgsf_LIB_DEPENDS= gsf-1.114:${PORTSDIR}/devel/libgsf libgsf_DETECT= ${X11BASE}/libdata/pkgconfig/libgsf-1.pc |