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 | a375124e454c9634cc90d8e630a8c627077779ee (patch) | |
tree | 6c713ef1a813e1abf8e20358ce31c1d52bafb097 | |
parent | 92630f9a0c6a537b44dc2882c869fc8f011a1fe0 (diff) | |
download | pkgsrc-a375124e454c9634cc90d8e630a8c627077779ee.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.
-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 |