summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-02-17 20:41:56 +0000
committersnj <snj@pkgsrc.org>2004-02-17 20:41:56 +0000
commitbca846e452dae9619970644371501456030b1ea0 (patch)
tree5abc62e5c0d447051fb9f3734ca0f49873c82b21 /fonts
parentaae0a342be36629f28ea456484e3b4a5e5b3a554 (diff)
downloadpkgsrc-bca846e452dae9619970644371501456030b1ea0.tar.gz
Pass "--with-freetype-src=no" to configure in order to avoid a nasty
"find /". From Ron Roskens in PR pkg/23262. Okayed by wiz.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/pfaedit/Makefile9
1 files changed, 5 insertions, 4 deletions
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"