diff options
author | grant <grant@pkgsrc.org> | 2002-11-30 14:50:13 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-11-30 14:50:13 +0000 |
commit | 4b4686acf867bdb4d21a753e30c929f755141e3c (patch) | |
tree | feb740ebad5c4da7c1ba5a422646cc979df2f61f /lang/gawk/Makefile | |
parent | 8c87b191bbb876de9fc1acf554c2780ab7cccf98 (diff) | |
download | pkgsrc-4b4686acf867bdb4d21a753e30c929f755141e3c.tar.gz |
USE_PKGLOCALEDIR.
Diffstat (limited to 'lang/gawk/Makefile')
-rw-r--r-- | lang/gawk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index 3ea948f4e36..c4c64b5d1ab 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/10/22 23:53:25 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2002/11/30 14:55:06 grant Exp $ # FreeBSD Id: Makefile,v 1.13 1999/01/27 07:41:14 fenner Exp $ DISTNAME= gawk-3.1.0 @@ -16,8 +16,8 @@ BUILD_DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined +USE_PKGLOCALEDIR= # defined TEXINFO_OVERRIDE= # defined -MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} EVAL_PREFIX+= GETTEXT_PREFIX=gettext .include "../../mk/bsd.prefs.mk" |