No need to buildlink with py-xml, python builtin xml modules is sufficient.
Bump PKGREVISION.
This commit is contained in:
parent
1d4a1dbd19
commit
fca8824cef
1 changed files with 6 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue