diff options
author | jlam <jlam> | 2002-12-02 22:15:16 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-12-02 22:15:16 +0000 |
commit | 5c3903d43bff725d1fce918de7b38fd7617f366b (patch) | |
tree | 942cd512c19c1341a3ebd1694ac10bf1a3292374 /chat/xchat | |
parent | c65a70fd34d7cfa41d5c6efaa1b6034351b15c5c (diff) | |
download | pkgsrc-5c3903d43bff725d1fce918de7b38fd7617f366b.tar.gz |
The gettext fix has migrated to gettext-lib/buildlink2.mk
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index 2020a22d41c..3e6bfed7c6b 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2002/11/30 12:41:07 salo Exp $ +# $NetBSD: Makefile.common,v 1.11 2002/12/02 22:15:16 jlam Exp $ DISTNAME= xchat-1.8.10 PKGREVISION= 2 @@ -27,7 +27,6 @@ USE_PKGLOCALEDIR= YES USE_X11BASE= YES USE_GMAKE= YES USE_PERL5= YES -CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext} CONFIGURE_ARGS+= --enable-python BUILD_DEFS+= USE_INET6 USE_SOCKS |