diff options
author | joerg <joerg> | 2009-08-03 15:23:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-08-03 15:23:58 +0000 |
commit | 775f702b6732a91545eff09a965ab55f1db5b72f (patch) | |
tree | 809f97b8c9f1e1d535ced6bde91bf728ebe3913d /graphics | |
parent | d2179d4fb3f185c8edc4ca71f87fcff15796f8e5 (diff) | |
download | pkgsrc-775f702b6732a91545eff09a965ab55f1db5b72f.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Gdk-Imlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-Gdk-Imlib/Makefile b/graphics/p5-Gdk-Imlib/Makefile index 2d0c8331bab..a53999ea736 100644 --- a/graphics/p5-Gdk-Imlib/Makefile +++ b/graphics/p5-Gdk-Imlib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2009/07/17 18:00:16 adrianp Exp $ +# $NetBSD: Makefile,v 1.11 2009/08/03 15:23:58 joerg Exp $ # PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no .include "../../x11/p5-gtk/Makefile.common" |