diff options
Diffstat (limited to 'lang/gawk/Makefile')
-rw-r--r-- | lang/gawk/Makefile | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index 5741f1c7119..5472ff1d232 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2003/08/09 12:30:52 seb Exp $ -# FreeBSD Id: Makefile,v 1.13 1999/01/27 07:41:14 fenner Exp $ +# $NetBSD: Makefile,v 1.19 2003/10/05 15:49:06 wiz Exp $ +# -DISTNAME= gawk-3.1.1 -PKGREVISION= 1 +DISTNAME= gawk-3.1.3 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gawk/} @@ -12,14 +11,10 @@ COMMENT= GNU awk CONFLICTS= ja-gawk-[0-9]* -# We need ${GETTEXT_PREFIX}/share/gettext/po/Makefile.in.in. -BUILD_DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext - USE_BUILDLINK2= # defined USE_GMAKE= # defined GNU_CONFIGURE= # defined USE_PKGLOCALEDIR= # defined -EVAL_PREFIX+= GETTEXT_PREFIX=gettext TEST_DIRS= ${WRKSRC} TEST_TARGET= check @@ -34,10 +29,5 @@ BUILD_DEFS+= GAWK_ENABLE_PORTALS CONFIGURE_ARGS+= --enable-portals .endif -pre-configure: - ${RM} -f ${WRKSRC}/po/Makefile.in.in - ${CP} ${GETTEXT_PREFIX}/share/gettext/po/Makefile.in.in \ - ${WRKSRC}/po/Makefile.in.in - .include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |