summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2008-03-28 05:56:35 +0000
committerschmonz <schmonz@pkgsrc.org>2008-03-28 05:56:35 +0000
commit5e3979a3246798119bfaf49332417f7707ae70eb (patch)
treeec41cf328f16580fd93230862730b6be0d004f02 /fonts
parent4f814103e4ff4849176e278a9478383b4c7476b0 (diff)
downloadpkgsrc-5e3979a3246798119bfaf49332417f7707ae70eb.tar.gz
Add --without-python to CONFIGURE_ARGS to avoid picking up e.g. the
system Python on OS X (Leopard), where this fixes the build.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontforge/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile
index d3e911390f7..8307cd62cf5 100644
--- a/fonts/fontforge/Makefile
+++ b/fonts/fontforge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2008/03/09 10:02:43 adam Exp $
+# $NetBSD: Makefile,v 1.45 2008/03/28 05:56:35 schmonz Exp $
DISTNAME= fontforge_full-${VERSION}
PKGNAME= fontforge-${VERSION}
@@ -21,6 +21,7 @@ USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-freetype-src
+CONFIGURE_ARGS+= --without-python
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
# checks for X11/Intrinsic.h