From 1189b2d10f8ed5355d58fe7e4e63c4572ac0be24 Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 29 Nov 2002 17:17:48 +0000 Subject: -remove an unnecessary hack -actually enable python support, otherwise it is pointless to depend on it --- chat/xchat/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chat/xchat/Makefile.common') diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index a4ba720d519..16a30b10b93 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2002/11/29 09:02:58 tron Exp $ +# $NetBSD: Makefile.common,v 1.9 2002/11/29 17:17:48 drochner Exp $ DISTNAME= xchat-1.8.10 PKGREVISION= 2 @@ -26,12 +26,12 @@ USE_GMAKE= YES USE_PERL5= YES BUILD_USES_MSGFMT= YES CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext} +CONFIGURE_ARGS+= --enable-python BUILD_DEFS+= USE_INET6 USE_SOCKS MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" GNU_CONFIGURE= YES -CONFIGURE_ENV+= ac_cv_lib_intl_bindtextdomain='yes' CONFIGURE_ENV+= pythonpath=${PYTHONBIN} .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3