diff options
author | gsutre <gsutre@pkgsrc.org> | 2013-08-14 23:51:08 +0000 |
---|---|---|
committer | gsutre <gsutre@pkgsrc.org> | 2013-08-14 23:51:08 +0000 |
commit | d97aaef015782a6c96dcaf35074b0e1e9672386c (patch) | |
tree | b76610f57892e3f0edac0a14d37d6465dc0c6e2f /graphics | |
parent | 7d768f74825347a24261e700b3e01526d43bb1fd (diff) | |
download | pkgsrc-d97aaef015782a6c96dcaf35074b0e1e9672386c.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?
Diffstat (limited to 'graphics')
-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 |