diff options
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} |