summaryrefslogtreecommitdiff
path: root/chat/xchat
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-11-29 17:17:48 +0000
committerdrochner <drochner@pkgsrc.org>2002-11-29 17:17:48 +0000
commit1189b2d10f8ed5355d58fe7e4e63c4572ac0be24 (patch)
tree42ba2b70b7ed8d32a30e508af2b563d1213a94fa /chat/xchat
parent7dfb369ee75af28005be0d5fb808aa4e5493db28 (diff)
downloadpkgsrc-1189b2d10f8ed5355d58fe7e4e63c4572ac0be24.tar.gz
-remove an unnecessary hack
-actually enable python support, otherwise it is pointless to depend on it
Diffstat (limited to 'chat/xchat')
-rw-r--r--chat/xchat/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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"