diff options
Diffstat (limited to 'graphics/xpdf/Makefile')
-rw-r--r-- | graphics/xpdf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index cdba56b4c54..1201dc3c6bb 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/08/23 23:14:28 tron Exp $ +# $NetBSD: Makefile,v 1.18 2000/10/06 15:23:46 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.12 1998/03/11 03:08:12 vanilla Exp # @@ -23,6 +23,8 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+=--enable-japanese --enable-chinese CONFIGURE_ARGS+=--with-freetype-includes=${LOCALBASE}/include +CONFIGURE_ENV+= CXXFLAGS=${CXXFLAGS} +MAKE_ENV+= SED=${SED} ECHO=${ECHO} post-install: ${SED} 's|@@LOCALBASE@@|${LOCALBASE}|' \ |