summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2004-05-24 13:13:09 +0000
committertron <tron@pkgsrc.org>2004-05-24 13:13:09 +0000
commit535606e756a72c92e248ad1aa7eb513e9675f58f (patch)
treec1b857f3dcfbd57a86f3f8a897726a2fcaa44bdb /chat
parent34026e704cedbef97f6f71c7e0322eb7db727854 (diff)
downloadpkgsrc-535606e756a72c92e248ad1aa7eb513e9675f58f.tar.gz
Use "${PERL5}" variable instead of harding coding the path to the
Perl 5 binary.
Diffstat (limited to 'chat')
-rw-r--r--chat/xchat/Makefile.common5
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"