Subject: Re: CVS commit: pkgsrc/x11/wxGTK
To: None <rillig@netbsd.org, tech-pkg@NetBSD.org>
From: Dieter Baron <dillo@danbala.tuwien.ac.at>
List: tech-pkg
Date: 07/16/2006 01:31:46
In article <20060715141013.44098211CA@cvs.netbsd.org> Roland wrote:

: Module Name:    pkgsrc
: Committed By:   rillig
: Date:           Sat Jul 15 14:10:13 UTC 2006

: Modified Files:
:         pkgsrc/x11/wxGTK: Makefile.common

: Log Message:
: The native AWK of Solaris cannot patch the configure file, so gawk is
: needed. Fixes PR 33998.

-USE_TOOLS+=            pkg-config msgfmt
+USE_TOOLS+=            pkg-config msgfmt gawk:pkgsrc

  Not all the world is Solaris.  If I understand this diff correctly,
gawk is added as dependency for *all* platforms now, which is wrong.  Please add it for Solaris only.

					yours,
					dillo