diff options
author | tv <tv@pkgsrc.org> | 2004-04-19 14:52:26 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-19 14:52:26 +0000 |
commit | b367d661eca2268c6a8c5119208fd4f0907aac08 (patch) | |
tree | 6c713ef1a813e1abf8e20358ce31c1d52bafb097 /devel/gettext/Makefile | |
parent | c414b88392c96dec5f993d4ea85878e12b6fd400 (diff) | |
download | pkgsrc-b367d661eca2268c6a8c5119208fd4f0907aac08.tar.gz |
Set USE_GNU_GETTEXT. Without that, this package doesn't pull in gettext-lib
and its buildlink goop (required here!) on systems where the native libintl
is typically "good enough" per bl3.
Diffstat (limited to 'devel/gettext/Makefile')
-rw-r--r-- | devel/gettext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index a69451f152e..8dfd429bf31 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2004/02/17 11:20:22 jlam Exp $ +# $NetBSD: Makefile,v 1.57 2004/04/19 14:52:26 tv Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -15,6 +15,7 @@ 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 |