diff options
author | obache <obache@pkgsrc.org> | 2010-10-08 04:58:58 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-08 04:58:58 +0000 |
commit | b9b00a9b1177541ef9d6de4b4ac575ff622de4b0 (patch) | |
tree | ad20f70cf79f9a2ff9198953964ae74d951d4d3e | |
parent | f30a99615ed710a7b7473c1ae9e74eed27fa1d35 (diff) | |
download | pkgsrc-b9b00a9b1177541ef9d6de4b4ac575ff622de4b0.tar.gz |
MAKE_JOBS_SAFE=no
-rw-r--r-- | sysutils/xentools3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xentools3/Makefile b/sysutils/xentools3/Makefile index 0fd9843c205..98351da43cd 100644 --- a/sysutils/xentools3/Makefile +++ b/sysutils/xentools3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2010/02/10 19:17:45 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2010/10/08 04:58:58 obache Exp $ # VERSION= 3.1.4 @@ -18,6 +18,8 @@ PKG_DESTDIR_SUPPORT= user-destdir #DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline +MAKE_JOBS_SAFE= no + PKG_SYSCONFSUBDIR= xen ONLY_FOR_PLATFORM= Linux-2.[46]*-i386 Linux-2.[46]*-x86_64 |