summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-26 10:19:39 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-26 10:19:39 +0800
commitf46c4a1931790386f5708efcd91eff325144de39 (patch)
treef93e6aacc2faea25b6ea0db325c9f45bcb7bec63
parentaed6c77e39eae7ee5b7f66be620464efd11c21ef (diff)
downloadmarcuscom-ports-f46c4a1931790386f5708efcd91eff325144de39.tar
marcuscom-ports-f46c4a1931790386f5708efcd91eff325144de39.tar.gz
marcuscom-ports-f46c4a1931790386f5708efcd91eff325144de39.tar.bz2
marcuscom-ports-f46c4a1931790386f5708efcd91eff325144de39.tar.lz
marcuscom-ports-f46c4a1931790386f5708efcd91eff325144de39.tar.xz
marcuscom-ports-f46c4a1931790386f5708efcd91eff325144de39.tar.zst
marcuscom-ports-f46c4a1931790386f5708efcd91eff325144de39.zip
Not sure what I was smoking something... Correct the typo, fontconfig.pc ->
freetype2.pc. I changed from freetype-config to freetype2.pc, because the configure no longer use freetype-config and use pkg-config now. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10534 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11-toolkits/pango/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index 66ea6df4d..9be583a24 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -3,7 +3,7 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/pango/Makefile,v 1.115 2008/01/22 20:40:02 marcus Exp $
+# $MCom: ports/x11-toolkits/pango/Makefile,v 1.116 2008/02/26 02:17:13 mezz Exp $
#
PORTNAME= pango
@@ -21,7 +21,7 @@ USE_BZIP2= yes
.if !defined(REFERENCE_PORT)
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontconfig.pc:${PORTSDIR}/print/freetype2
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/freetype2.pc:${PORTSDIR}/print/freetype2
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \
${FONTENCOD}:${X_FONTS_ENCODINGS_PORT}