diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-30 00:07:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-30 00:07:09 +0000 |
commit | 76f5c1b551cbcd541f91513d7a6a47d8886bb5d7 (patch) | |
tree | dc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /sysutils/xnc/Makefile | |
parent | 5dc417f76ada55decbc0adce66fb18090d84d28e (diff) | |
download | pkgsrc-76f5c1b551cbcd541f91513d7a6a47d8886bb5d7.tar.gz |
Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
Diffstat (limited to 'sysutils/xnc/Makefile')
-rw-r--r-- | sysutils/xnc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xnc/Makefile b/sysutils/xnc/Makefile index 55f745c8f85..70c80611ea4 100644 --- a/sysutils/xnc/Makefile +++ b/sysutils/xnc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2009/03/17 21:40:47 darcy Exp $ +# $NetBSD: Makefile,v 1.28 2009/06/30 00:07:23 joerg Exp $ DISTNAME= xnc-5.0.4.src PKGNAME= xnc-5.0.4 @@ -12,6 +12,8 @@ COMMENT= File manager for X Window PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_DIRS+= xdg-1.1 USE_LANGUAGES= c c++ |