summaryrefslogtreecommitdiff
path: root/net/py-kenosis
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-01-23 10:38:05 +0000
committerobache <obache@pkgsrc.org>2012-01-23 10:38:05 +0000
commitc5268cb5601d5ecf9fdc47b7bb357e1f77e73261 (patch)
tree51241fa206d351d098541c9f1c6b7fbfb56292a0 /net/py-kenosis
parent20acf9ffbd7095a81e146b54b40e2c14a91f6928 (diff)
downloadpkgsrc-c5268cb5601d5ecf9fdc47b7bb357e1f77e73261.tar.gz
No need to buildlink with py-xml, python builtin xml modules is sufficient.
Bump PKGREVISION.
Diffstat (limited to 'net/py-kenosis')
-rw-r--r--net/py-kenosis/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/net/py-kenosis/Makefile b/net/py-kenosis/Makefile
index d4176b50fc7..baf5fc4a4ff 100644
--- a/net/py-kenosis/Makefile
+++ b/net/py-kenosis/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2011/06/14 08:48:09 obache Exp $
+# $NetBSD: Makefile,v 1.13 2012/01/23 10:38:05 obache Exp $
#
DISTNAME= kenosis-0.96
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kenosis/}
@@ -11,10 +12,13 @@ HOMEPAGE= http://kenosis.sourceforge.net/
COMMENT= P2P RPC system
LICENSE= mit
+DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
PKG_DESTDIR_SUPPORT= user-destdir
+USE_LANGUAGES= # empty
+
PYSETUP= kenosis_setup.py
.include "../../lang/python/distutils.mk"
-.include "../../textproc/py-xml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"