diff options
author | gsutre <gsutre> | 2013-08-14 23:51:08 +0000 |
---|---|---|
committer | gsutre <gsutre> | 2013-08-14 23:51:08 +0000 |
commit | 6f325d53d8db1f6830f2932845bfc6cb1e358b5b (patch) | |
tree | b76610f57892e3f0edac0a14d37d6465dc0c6e2f | |
parent | be7465f4ad5817544d7820fe059c126ef98edebf (diff) | |
download | pkgsrc-6f325d53d8db1f6830f2932845bfc6cb1e358b5b.tar.gz |
Remove gmake from TOOLS, to fix build on NetBSD 6.99.23.
The symptoms and the fix are the same as in PR/47933 (which
concerned audio/nas).
Why was GNU make required in the first place?
-rw-r--r-- | graphics/xpaint/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index a361677f231..e24fdfe0aea 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2013/04/06 21:07:33 rodent Exp $ +# $NetBSD: Makefile,v 1.75 2013/08/14 23:51:08 gsutre Exp $ DISTNAME= xpaint-2.7.8.1 PKGREVISION= 10 @@ -11,7 +11,6 @@ HOMEPAGE= http://sf-xpaint.sourceforge.net/ COMMENT= Simple paint program USE_IMAKE= yes -USE_TOOLS+= gmake MAKE_ENV+= XMKMF=${XMKMF:Q} MAKE_JOBS_SAFE= NO |