summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorsnj <snj>2004-02-17 20:41:56 +0000
committersnj <snj>2004-02-17 20:41:56 +0000
commitb52657306249911bbcc2672211e882cc22e032fd (patch)
tree5abc62e5c0d447051fb9f3734ca0f49873c82b21 /fonts
parent0365fdcb50d51b43bbf30b9f8532a1f7f4448cf3 (diff)
downloadpkgsrc-b52657306249911bbcc2672211e882cc22e032fd.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"