diff options
author | tron <tron@pkgsrc.org> | 2004-05-24 13:13:09 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-05-24 13:13:09 +0000 |
commit | e1e50a1bc46ac386c844fa2510a5fbae2d609aab (patch) | |
tree | c1b857f3dcfbd57a86f3f8a897726a2fcaa44bdb /chat/xchat | |
parent | 8614cc237e248d20be8e1de6484edee5661290ee (diff) | |
download | pkgsrc-e1e50a1bc46ac386c844fa2510a5fbae2d609aab.tar.gz |
Use "${PERL5}" variable instead of harding coding the path to the
Perl 5 binary.
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index 557772b920c..a95bd3ba499 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.30 2004/05/24 12:31:52 tron Exp $ +# $NetBSD: Makefile.common,v 1.31 2004/05/24 13:13:09 tron Exp $ DISTNAME= xchat-1.8.11 PKGREVISION= 8 @@ -30,8 +30,7 @@ CONFIGURE_ARGS+= --enable-python BUILD_DEFS+= USE_INET6 USE_SOCKS GNU_CONFIGURE= YES -CONFIGURE_ENV+= pythonpath=${PYTHONBIN} \ - ac_cv_path_perlpath=${LOCALBASE}/bin/perl +CONFIGURE_ENV+= ac_cv_path_perlpath=${PERL5} pythonpath=${PYTHONBIN} .include "../../mk/bsd.prefs.mk" |