summaryrefslogtreecommitdiff
path: root/devel/rpc2
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-22 05:35:32 +0000
committerjlam <jlam@pkgsrc.org>2005-05-22 05:35:32 +0000
commit48781afdbbd269b8ceaed59acae75d853875a642 (patch)
tree5538ac20e99097c6730389c1602b13c3a4026b76 /devel/rpc2
parent7c0a27c6e2c2c1fe15f479d1402681af920aec2b (diff)
downloadpkgsrc-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 'devel/rpc2')
-rw-r--r--devel/rpc2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile
index 2e1d16bb2f5..104e1d9613d 100644
--- a/devel/rpc2/Makefile
+++ b/devel/rpc2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/04/11 21:45:38 tv Exp $
+# $NetBSD: Makefile,v 1.21 2005/05/22 05:35:32 jlam Exp $
#
DISTNAME= rpc2-1.26
@@ -13,7 +13,6 @@ COMMENT= CMU (Coda) remote procedure call package
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
-CONFIGURE_ENV+= PERL=${PERL5}
USE_PERL5= build
USE_LIBTOOL= YES