diff options
-rw-r--r-- | chat/xchat/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index 43645301024..a4ba720d519 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.7 2002/11/24 13:40:47 tron Exp $ +# $NetBSD: Makefile.common,v 1.8 2002/11/29 09:02:58 tron Exp $ DISTNAME= xchat-1.8.10 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat x11 MASTER_SITES= ${HOMEPAGE}files/source/1.8/ EXTRACT_SUFX= .tar.bz2 @@ -24,8 +24,8 @@ USE_BUILDLINK2= YES USE_X11BASE= YES USE_GMAKE= YES USE_PERL5= YES -USE_GNU_GETTEXT= YES BUILD_USES_MSGFMT= YES +CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext} BUILD_DEFS+= USE_INET6 USE_SOCKS MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" |