diff options
author | wiz <wiz@pkgsrc.org> | 2010-11-30 14:19:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-11-30 14:19:58 +0000 |
commit | ff29c44280ece376d76c3f274c8d1d8deab875b5 (patch) | |
tree | a560cb8b3afc086be9a35aa2459e39588540475a /x11/lablgtk | |
parent | eb24ea0eb183c65f443288c9e68ee84a215582f7 (diff) | |
download | pkgsrc-ff29c44280ece376d76c3f274c8d1d8deab875b5.tar.gz |
Not make-jobs safe.
Diffstat (limited to 'x11/lablgtk')
-rw-r--r-- | x11/lablgtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/lablgtk/Makefile b/x11/lablgtk/Makefile index 0b0e89400d0..76ff1ac82c9 100644 --- a/x11/lablgtk/Makefile +++ b/x11/lablgtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2010/11/15 22:59:04 abs Exp $ +# $NetBSD: Makefile,v 1.44 2010/11/30 14:19:58 wiz Exp $ # DISTNAME= lablgtk-2.14.2 @@ -17,6 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config +MAKE_JOBS_SAFE= no BUILD_TARGET= world BUILDLINK_DEPMETHOD.ocaml= full |