diff options
author | joerg <joerg@pkgsrc.org> | 2013-07-16 22:29:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-07-16 22:29:07 +0000 |
commit | 927dd77bc770ae31fb872d4c18217d8736a4d2d5 (patch) | |
tree | 738d3df25fa73693f5084e6e1327d67a9266886d /textproc/py-libxslt | |
parent | fd305428be601b9aea83a4550a1b4a821b2171be (diff) | |
download | pkgsrc-927dd77bc770ae31fb872d4c18217d8736a4d2d5.tar.gz |
Explicitly depend on py-expat. Bump revision.
Diffstat (limited to 'textproc/py-libxslt')
-rw-r--r-- | textproc/py-libxslt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-libxslt/Makefile b/textproc/py-libxslt/Makefile index 6bd17885866..42ca8710044 100644 --- a/textproc/py-libxslt/Makefile +++ b/textproc/py-libxslt/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2013/07/12 22:36:54 adam Exp $ +# $NetBSD: Makefile,v 1.41 2013/07/16 22:29:07 joerg Exp $ DISTNAME= libxslt-1.1.28 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ftp://xmlsoft.org/libxslt/ \ http://xmlsoft.org/sources/ @@ -11,6 +12,7 @@ HOMEPAGE= http://xmlsoft.org/XSLT/ COMMENT= Python wrapper for libxslt LICENSE= mit # with no-advertising clause +DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS+= ${PYPKGPREFIX}-libxml2>=2.6.8:../../textproc/py-libxml2 WRKSRC= ${WRKDIR}/${DISTNAME}/python |