summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"