summaryrefslogtreecommitdiff
path: root/sysutils/xentools30
diff options
context:
space:
mode:
authorsmb <smb>2007-01-22 21:01:51 +0000
committersmb <smb>2007-01-22 21:01:51 +0000
commit46941e1ea8511507ef13da7729092b92dc4dc983 (patch)
tree6c1f76312b030d840a903d27273846fe7f3d25f5 /sysutils/xentools30
parent74ebfc53faafa6ad26d6911ada49f4f3d1d2bdbd (diff)
downloadpkgsrc-46941e1ea8511507ef13da7729092b92dc4dc983.tar.gz
Add a dependency on py-xml to avoid a "deprecated function" warning
from Python
Diffstat (limited to 'sysutils/xentools30')
-rw-r--r--sysutils/xentools30/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xentools30/Makefile b/sysutils/xentools30/Makefile
index 80cafebafac..a0d52aba0b2 100644
--- a/sysutils/xentools30/Makefile
+++ b/sysutils/xentools30/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2006/11/19 11:50:25 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2007/01/22 21:01:51 smb Exp $
#
DISTNAME= xen-3.0.3_0-src
PKGNAME= xentools30-3.0.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.cl.cam.ac.uk/research/srg/netos/xen/downloads/ \
http://bits.xensource.com/oss-xen/release/3.0.3-0/src.tgz/
@@ -174,6 +174,7 @@ post-install:
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
+.include "../../textproc/py-xml/buildlink3.mk"
#.include "../../devel/zlib/buildlink3.mk"
#.include "../../www/curl/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"