diff options
Diffstat (limited to 'devel/gettext-lib/Makefile')
-rw-r--r-- | devel/gettext-lib/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/devel/gettext-lib/Makefile b/devel/gettext-lib/Makefile index 272fd1ad34c..db0aa411268 100644 --- a/devel/gettext-lib/Makefile +++ b/devel/gettext-lib/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2002/08/23 01:22:40 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2002/11/27 17:41:07 drochner Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # -DISTNAME= gettext-0.10.35 -PKGNAME= gettext-lib-0.10.35 -PKGREVISION= 1 +DISTNAME= gettext-0.11.5 +PKGNAME= gettext-lib-0.11.5 SVR4_PKGNAME= gttli CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=gettext/} @@ -14,6 +13,7 @@ HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html COMMENT= tools for providing messages in different languages, libintl only CONFLICTS= gettext<=0.10.35 +DEPENDS+= libiconv-*:../../converters/libiconv # gettext-lib is needed to bootstrap shell/bash2, which is needed to # bootstrap buildlink2. @@ -22,15 +22,14 @@ USE_BUILDLINK2= no GNU_CONFIGURE= yes USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIGURE_ARGS+= --with-included-gettext CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" -PATCHDIR= ${.CURDIR}/../../devel/gettext/patches -DISTINFO_FILE= ${.CURDIR}/../../devel/gettext/distinfo +ALL_TARGET= all-yes INSTALL_TARGET= install-exec do-build: |