diff options
author | tron <tron@pkgsrc.org> | 2002-11-29 09:02:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-11-29 09:02:58 +0000 |
commit | 0d6902a99d6d2d7eb2d05206fbc016790086ed0a (patch) | |
tree | ce6cb93aa9eed8ce0411097beb8a71122d4bb90d /chat | |
parent | 37ce3beda2e1eeb1c3e97ac6f1697b85d55a168c (diff) | |
download | pkgsrc-0d6902a99d6d2d7eb2d05206fbc016790086ed0a.tar.gz |
Use same trick as in the "gmake" package to make this work with
NetBSD's "libintl" again. Bump package revision.
Diffstat (limited to 'chat')
-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}" |