From bca846e452dae9619970644371501456030b1ea0 Mon Sep 17 00:00:00 2001 From: snj Date: Tue, 17 Feb 2004 20:41:56 +0000 Subject: Pass "--with-freetype-src=no" to configure in order to avoid a nasty "find /". From Ron Roskens in PR pkg/23262. Okayed by wiz. --- fonts/pfaedit/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'fonts') diff --git a/fonts/pfaedit/Makefile b/fonts/pfaedit/Makefile index 9266ec20d12..bcff65603e3 100644 --- a/fonts/pfaedit/Makefile +++ b/fonts/pfaedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/02/14 17:21:40 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2004/02/17 20:41:56 snj Exp $ # DISTNAME= pfaedit_full-${VERSION} @@ -13,12 +13,13 @@ COMMENT= Postscript font editor VERSION= 040102 -WRKSRC= ${WRKDIR}/pfaedit-${VERSION} -USE_GNU_TOOLS+= make -USE_LIBTOOL= YES +CONFIGURE_ARGS+=--with-freetype-src=no GNU_CONFIGURE= YES USE_BUILDLINK2= YES +USE_GNU_TOOLS+= make +USE_LIBTOOL= YES USE_X11= YES +WRKSRC= ${WRKDIR}/pfaedit-${VERSION} .include "../../graphics/freetype2/buildlink2.mk" .include "../../graphics/jpeg/buildlink2.mk" -- cgit v1.2.3