diff options
author | tron <tron@pkgsrc.org> | 2004-05-24 12:31:52 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-05-24 12:31:52 +0000 |
commit | 8614cc237e248d20be8e1de6484edee5661290ee (patch) | |
tree | aa4ac4c649f4ce971c8e940d1329a8a6a1f6ba73 /chat/xchat/Makefile.common | |
parent | 5019403f807e2d168d6c52a962f6be52ed187362 (diff) | |
download | pkgsrc-8614cc237e248d20be8e1de6484edee5661290ee.tar.gz |
Pass path to "perl" binary to "configure" script to avoid build failures
on system with Perl in the base system (e.g. Darwin).
Diffstat (limited to 'chat/xchat/Makefile.common')
-rw-r--r-- | chat/xchat/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index 622384124d8..557772b920c 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.29 2004/04/26 22:07:06 snj Exp $ +# $NetBSD: Makefile.common,v 1.30 2004/05/24 12:31:52 tron Exp $ DISTNAME= xchat-1.8.11 PKGREVISION= 8 @@ -30,7 +30,8 @@ CONFIGURE_ARGS+= --enable-python BUILD_DEFS+= USE_INET6 USE_SOCKS GNU_CONFIGURE= YES -CONFIGURE_ENV+= pythonpath=${PYTHONBIN} +CONFIGURE_ENV+= pythonpath=${PYTHONBIN} \ + ac_cv_path_perlpath=${LOCALBASE}/bin/perl .include "../../mk/bsd.prefs.mk" |