diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-28 05:25:50 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-28 05:25:50 +0000 |
commit | 7e42d7a7c432d4054d5333fae985038b61828078 (patch) | |
tree | a3f359548461e38bb1bea0d93a14a285d2f1b048 /graphics | |
parent | devel/libgtop2 -> devel/libgtop (diff) |
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 '')
-rw-r--r-- | graphics/tif22pnm/Makefile | 2 | ||||
-rw-r--r-- | graphics/xaralx/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tif22pnm/Makefile b/graphics/tif22pnm/Makefile index d62167174cc8..378ebab90dff 100644 --- a/graphics/tif22pnm/Makefile +++ b/graphics/tif22pnm/Makefile @@ -16,7 +16,7 @@ COMMENT= Converts TIFF- sampled images to PNM image LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile index fcc1166faa0e..03cb3de713b7 100644 --- a/graphics/xaralx/Makefile +++ b/graphics/xaralx/Makefile @@ -18,7 +18,7 @@ USE_BZIP2= yes #WXDEP= ${X11BASE}/libwx_baseu-2.6.so.0.3.1 WXDEP= wxgtk2-unicode>=2.6.3 -BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkgconfig \ +BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config \ ${WXDEP}:${PORTSDIR}/x11-toolkits/wxgtk26-unicode \ md5sum:${PORTSDIR}/archivers/dpkg \ xml2-config:${PORTSDIR}/textproc/libxml2 \ |