diff options
author | jlam <jlam> | 2006-06-24 06:12:43 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-06-24 06:12:43 +0000 |
commit | cb36766e6b037a069fec848fb23e59910c4e92d7 (patch) | |
tree | 1cbf78f75625608cc8cfcb008fbb445b28b152d1 /devel | |
parent | f232318b9f3f35971d4e0178f759ede3bf2f6692 (diff) | |
download | pkgsrc-cb36766e6b037a069fec848fb23e59910c4e92d7.tar.gz |
PERL, not perl_path, is the correct variable name to pass the perl
path to the configure script.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 319706db1db..ce55e1bedf9 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2006/03/30 03:44:42 jlam Exp $ +# $NetBSD: Makefile,v 1.93 2006/06/24 06:12:43 jlam Exp $ # DISTNAME= cvs-1.11.21 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes .include "options.mk" -CONFIGURE_ENV+= perl_path=${PERL5:Q} +CONFIGURE_ENV+= PERL=${TOOLS_PERL5:Q} INFO_FILES= # PLIST USE_TOOLS+= makeinfo |