diff options
author | gdt <gdt@pkgsrc.org> | 2007-04-05 19:41:48 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-04-05 19:41:48 +0000 |
commit | ee580fa5d619255fc47a3ee9c24542246cce9308 (patch) | |
tree | 8e74653982b056c4fe99a21b0be626e5f3498e5b /graphics | |
parent | b9c1fda07cbb3875b226ad6a25be37d03f2c19a2 (diff) | |
download | pkgsrc-ee580fa5d619255fc47a3ee9c24542246cce9308.tar.gz |
Add MAKE_JOBS_SAFE=no (sometimes it builds, sometimes it doesn't).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/netpbm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 9dd3992d0ee..a543976220d 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.151 2007/02/19 02:25:19 rillig Exp $ +# $NetBSD: Makefile,v 1.152 2007/04/05 19:41:48 gdt Exp $ DISTNAME= netpbm-10.34 PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://netpbm.sourceforge.net/ COMMENT= Toolkit for conversion of images between different formats +MAKE_JOBS_SAFE= no + PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= bash:run gmake lex perl |