summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-16 19:15:21 +0000
committerjlam <jlam>2004-02-16 19:15:21 +0000
commit5d73a232379b9b8044aa5ed8e7aff8777327128f (patch)
treed2c9838a704ca4a3d5815a1dfac3ef47147a04e5 /fonts
parent67b456a7417cf569eb00b0360f7a1470f8574318 (diff)
downloadpkgsrc-5d73a232379b9b8044aa5ed8e7aff8777327128f.tar.gz
The GNU configure script now only accepts --with-freetype-config to set
the location of freetype2 headers and libraries.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontconfig/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile
index d9b72104bbc..eb5369fd0a5 100644
--- a/fonts/fontconfig/Makefile
+++ b/fonts/fontconfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/02/14 18:26:28 jmmv Exp $
+# $NetBSD: Makefile,v 1.28 2004/02/16 19:15:21 jlam Exp $
#
DISTNAME= fontconfig-2.2.1
@@ -27,8 +27,7 @@ PKGCONFIG_OVERRIDE= fontconfig.pc.in
PKG_SYSCONFSUBDIR= fontconfig
CONFIGURE_ARGS+= --with-default-fonts=${LOCALBASE}/lib/X11/fonts
-CONFIGURE_ARGS+= --with-freetype-includes=${BUILDLINK_PREFIX.freetype2}/include/freetype2
-CONFIGURE_ARGS+= --with-freetype-lib=${BUILDLINK_PREFIX.freetype2}/lib
+CONFIGURE_ARGS+= --with-freetype-config=${BUILDLINK_PREFIX.freetype2}/bin/freetype-config
CONFIGURE_ARGS+= --with-expat-includes=${BUILDLINK_PREFIX.expat}/include
CONFIGURE_ARGS+= --with-expat-lib=${BUILDLINK_PREFIX.expat}/lib
CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR}