diff options
Diffstat (limited to 'lang/gawk')
-rw-r--r-- | lang/gawk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index b3fca0e7e47..db3c2fb33eb 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/04/04 13:58:26 seb Exp $ +# $NetBSD: Makefile,v 1.7 2002/07/17 09:07:43 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1999/01/27 07:41:14 fenner Exp $ DISTNAME= gawk-3.1.0 @@ -9,6 +9,8 @@ MAINTAINER= bouyer@netbsd.org HOMEPAGE= http://www.gnu.org/software/gawk/gawk.html COMMENT= GNU awk +ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system + # this is a lie we only need ${GETTEXT_PREFIX}/share/gettext/po/Makefile.in.in BUILD_USES_MSGFMT= YES |