diff options
author | schmonz <schmonz> | 2008-03-28 05:56:35 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2008-03-28 05:56:35 +0000 |
commit | 1bc25880e289412b937d71c2b0cd83a13b4fdd16 (patch) | |
tree | ec41cf328f16580fd93230862730b6be0d004f02 /fonts | |
parent | 1d73e41de73586f32d0ccb17581311ed4d895d9d (diff) | |
download | pkgsrc-1bc25880e289412b937d71c2b0cd83a13b4fdd16.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/Makefile | 3 |
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 |