diff options
author | tv <tv@pkgsrc.org> | 2004-04-20 13:36:47 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-20 13:36:47 +0000 |
commit | 2511306c899b1f59a40bfcd588a1813e07b4595b (patch) | |
tree | a13c800a4ec66444d3c7c2f9acff90de7a013e98 /devel/gettext | |
parent | 157fbac1c637d4c491fa0e66c7ffd64f5e509e4a (diff) | |
download | pkgsrc-2511306c899b1f59a40bfcd588a1813e07b4595b.tar.gz |
Use USE_BUILTIN.gettext=no instead. I'm not bothering with PKGREVISION this
time as it's obvious this doesn't change a thing for systems where compiling
actually succeeded.
Diffstat (limited to 'devel/gettext')
-rw-r--r-- | devel/gettext/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 42349483e2d..7b6f4dcf4d8 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2004/04/19 17:06:07 tv Exp $ +# $NetBSD: Makefile,v 1.59 2004/04/20 13:36:47 tv Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -15,7 +15,6 @@ DEPENDS+= gettext-m4-0.11.5:../../devel/gettext-m4 BUILDLINK_DEPENDS.gettext+= gettext-lib>=0.11.5 USE_BUILDLINK3= yes -USE_GNU_GETTEXT= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes @@ -32,6 +31,8 @@ MAKE_ENV+= OPSYS="${OPSYS}" TEST_TARGET= check +USE_BUILTIN.gettext= no # force use of pkgsrc gettext-lib + post-install: cd ${WRKSRC}/intl; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} install-data |