summaryrefslogtreecommitdiff
path: root/chat/xchat
diff options
context:
space:
mode:
authordrochner <drochner>2002-11-29 17:17:48 +0000
committerdrochner <drochner>2002-11-29 17:17:48 +0000
commit7916f57501c3f1dca5f81dfbe5dd6441ef97c0b7 (patch)
tree42ba2b70b7ed8d32a30e508af2b563d1213a94fa /chat/xchat
parentb722b299067a118574b9e98af161d1eba23ea31b (diff)
downloadpkgsrc-7916f57501c3f1dca5f81dfbe5dd6441ef97c0b7.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"