Not MAKE_JOBS_SAFE.
This commit is contained in:
parent
0cca9a4a82
commit
356e58e6d2
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2009/11/29 21:31:57 dholland Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2009/12/21 20:13:36 joerg Exp $
|
||||
|
||||
DISTNAME= gsoap_2.7.13
|
||||
PKGNAME= gsoap-2.7.13
|
||||
|
@ -11,6 +11,7 @@ HOMEPAGE= http://gsoap2.sourceforge.net/
|
|||
COMMENT= Tools for coding SOAP XML Web Services in C and C++
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
WRKSRC= ${WRKDIR}/gsoap-2.7
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:56 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2009/12/21 20:19:53 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= regina301
|
||||
|
@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://regina-rexx.sourceforge.net/
|
||||
COMMENT= Implementation of the REXX language
|
||||
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= gmake
|
||||
|
|
Loading…
Reference in a new issue