diff options
author | joerg <joerg@pkgsrc.org> | 2009-08-03 15:24:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-08-03 15:24:18 +0000 |
commit | 85ac6ad6395a4d281f0e9644886b53bbbf4fcaeb (patch) | |
tree | 38b00cbf4ea923f1fc838817881e7f612149ff57 | |
parent | f0b7b73311e57bee2fccd26b9dae882cc1a8c122 (diff) | |
download | pkgsrc-85ac6ad6395a4d281f0e9644886b53bbbf4fcaeb.tar.gz |
MAKE_JOBS_SAFE= no
-rw-r--r-- | graphics/p5-Gdk-Pixbuf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-Gdk-Pixbuf/Makefile b/graphics/p5-Gdk-Pixbuf/Makefile index c4daa012d6a..098c50588f5 100644 --- a/graphics/p5-Gdk-Pixbuf/Makefile +++ b/graphics/p5-Gdk-Pixbuf/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2008/10/19 19:18:10 he Exp $ +# $NetBSD: Makefile,v 1.21 2009/08/03 15:24:18 joerg Exp $ # PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no .include "../../x11/p5-gtk/Makefile.common" |