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 /x11-fonts/libXfont | |
parent | c97b5b3ca34e50650f058d404ecb9d8fb2405771 (diff) | |
download | ports-7e42d7a7c432d4054d5333fae985038b61828078.tar.gz ports-7e42d7a7c432d4054d5333fae985038b61828078.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
Notes
Notes:
svn path=/head/; revision=163666
Diffstat (limited to 'x11-fonts/libXfont')
-rw-r--r-- | x11-fonts/libXfont/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile index c469f839c602..b784f3c6c62b 100644 --- a/x11-fonts/libXfont/Makefile +++ b/x11-fonts/libXfont/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ MAINTAINER= x11@FreeBSD.org COMMENT= X font libary -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config \ ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 |