diff options
author | salo <salo@pkgsrc.org> | 2002-11-30 23:21:32 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-11-30 23:21:32 +0000 |
commit | 937b3bf13ba04761e827057af8b9188f24755d9a (patch) | |
tree | df04800cb97d9489ce4b03779d10159577b3b4a7 /devel/gettext/Makefile | |
parent | 071f86009ae92556ddd56f1708bb0c633275a19e (diff) | |
download | pkgsrc-937b3bf13ba04761e827057af8b9188f24755d9a.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patches, delint.
Diffstat (limited to 'devel/gettext/Makefile')
-rw-r--r-- | devel/gettext/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index d6fdba84aa5..7ae8d623502 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2002/11/27 17:41:05 drochner Exp $ +# $NetBSD: Makefile,v 1.39 2002/11/30 23:21:34 salo Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -13,13 +13,12 @@ COMMENT= tools for providing messages in different languages DEPENDS+= gettext-m4-0.11.5:../../devel/gettext-m4 USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub -CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" -MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" USE_GNU_GETTEXT= yes CONFIGURE_ARGS+= --without-included-gettext CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext} |