summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"