diff options
-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 |