diff options
author | snj <snj@pkgsrc.org> | 2004-02-17 20:41:56 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-02-17 20:41:56 +0000 |
commit | c0043acae1d7f84e5b60f19c1b85a4adb701b56b (patch) | |
tree | 5abc62e5c0d447051fb9f3734ca0f49873c82b21 /fonts | |
parent | ecdb16170f106f04197fe4fe1a73e03403576205 (diff) | |
download | pkgsrc-c0043acae1d7f84e5b60f19c1b85a4adb701b56b.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/Makefile | 9 |
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" |