diff options
author | joerg <joerg@pkgsrc.org> | 2008-10-28 16:07:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-10-28 16:07:25 +0000 |
commit | bc770c39cfb43ae074d8bbc6fa92a3e6e4a30c44 (patch) | |
tree | 0d59714e89cbd36acc40e3a7dc72ad337a781fde /sysutils/xenkernel3 | |
parent | ed3594d881553a741898ce8b5352180f3315629c (diff) | |
download | pkgsrc-bc770c39cfb43ae074d8bbc6fa92a3e6e4a30c44.tar.gz |
Don't require Python at run time. Bump revision.
Diffstat (limited to 'sysutils/xenkernel3')
-rw-r--r-- | sysutils/xenkernel3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xenkernel3/Makefile b/sysutils/xenkernel3/Makefile index 259a6b2a15a..b21e1225186 100644 --- a/sysutils/xenkernel3/Makefile +++ b/sysutils/xenkernel3/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2008/04/27 19:59:40 bouyer Exp $ +# $NetBSD: Makefile,v 1.15 2008/10/28 16:07:25 joerg Exp $ # VERSION= 3.1.4 DISTNAME= xen-${VERSION} PKGNAME= xenkernel3-${VERSION} +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ EXTRACT_SUFX= .tar.gz @@ -21,6 +22,7 @@ WRKSRC= ${WRKDIR}/xen-${VERSION} NO_CONFIGURE= yes USE_TOOLS+= gmake +PYTHON_FOR_BUILD_ONLY= # empty PY_PATCHPLIST= NO SUBST_CLASSES+= py |