diff options
author | tron <tron> | 2002-11-29 09:02:58 +0000 |
---|---|---|
committer | tron <tron> | 2002-11-29 09:02:58 +0000 |
commit | 44c9d4ff4db3668e6ce266f1ed720929c03c1bab (patch) | |
tree | ce6cb93aa9eed8ce0411097beb8a71122d4bb90d /chat/xchat | |
parent | 956b569ee4a2573f8d3668d1276dab60de013648 (diff) | |
download | pkgsrc-44c9d4ff4db3668e6ce266f1ed720929c03c1bab.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/xchat')
-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}" |