summaryrefslogtreecommitdiff
path: root/sysutils/xenkernel3/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2008-10-28 16:07:25 +0000
committerjoerg <joerg>2008-10-28 16:07:25 +0000
commit853e3d59f796750ddf9b0638fc43fcbe8bb25ed3 (patch)
tree0d59714e89cbd36acc40e3a7dc72ad337a781fde /sysutils/xenkernel3/Makefile
parent23b6b66c23ef13f8419d8ace7a7faa2cdebeaad7 (diff)
downloadpkgsrc-853e3d59f796750ddf9b0638fc43fcbe8bb25ed3.tar.gz
Don't require Python at run time. Bump revision.
Diffstat (limited to 'sysutils/xenkernel3/Makefile')
-rw-r--r--sysutils/xenkernel3/Makefile4
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