diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 05:35:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 05:35:32 +0000 |
commit | 48781afdbbd269b8ceaed59acae75d853875a642 (patch) | |
tree | 5538ac20e99097c6730389c1602b13c3a4026b76 /graphics | |
parent | 7c0a27c6e2c2c1fe15f479d1402681af920aec2b (diff) | |
download | pkgsrc-48781afdbbd269b8ceaed59acae75d853875a642.tar.gz |
For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pstoedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index cc0c98389e2..ef191e82fac 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/04/11 21:46:08 tv Exp $ +# $NetBSD: Makefile,v 1.27 2005/05/22 05:35:32 jlam Exp $ DISTNAME= pstoedit_3_31 PKGNAME= pstoedit-3.31 @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBTOOL="${LIBTOOL}" LIBPLOTTERLA="${X11PREFIX}/lib/libplotter.la" CONFIGURE_ENV+= CXXFLAGS="${CFLAGS} -Dunix" CONFIGURE_ENV+= LDLIBS="${X11_LDFLAGS}" -CONFIGURE_ENV+= AWK=${AWK} GS=${LOCALBASE}/bin/gs +CONFIGURE_ENV+= GS=${LOCALBASE}/bin/gs CONFIGURE_ARGS+=--datadir=${PREFIX}/share CONFIGURE_ARGS+=--libdir=${PREFIX}/lib/pstoedit # plugin dir -- unused for now BUILD_TARGET= |