From 5e3979a3246798119bfaf49332417f7707ae70eb Mon Sep 17 00:00:00 2001 From: schmonz Date: Fri, 28 Mar 2008 05:56:35 +0000 Subject: Add --without-python to CONFIGURE_ARGS to avoid picking up e.g. the system Python on OS X (Leopard), where this fixes the build. --- fonts/fontforge/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fonts') 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 -- cgit v1.2.3