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 /databases/rrdtool | |
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 'databases/rrdtool')
-rw-r--r-- | databases/rrdtool/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index c2417622430..236ae21ca2a 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/04/11 21:45:15 tv Exp $ +# $NetBSD: Makefile,v 1.29 2005/05/22 05:35:32 jlam Exp $ # DISTNAME= rrdtool-1.0.40 @@ -19,7 +19,6 @@ USE_GNU_TOOLS+= make GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared -CONFIGURE_ENV= PERL=${PERL5} PERL5_CONFIGURE= NO PERL5_PACKLIST+= ${PERL5_SITEARCH}/auto/RRDp/.packlist |