corrected Python dependencies for textproc/py-pybtex
This commit is contained in:
parent
4050baa99a
commit
2d82b67847
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.2 2018/07/26 14:01:57 jaapb Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2018/07/26 14:20:29 jaapb Exp $
|
||||
|
||||
DISTNAME= pybtex-0.21
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pybtex/}
|
||||
|
||||
|
@ -11,8 +11,8 @@ HOMEPAGE= https://pybtex.org/
|
|||
COMMENT= BibTeX-compatible bibliography processor written in Python
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= py[0-9]*-latexcodec-[0-9]*:../../print/py-latexcodec
|
||||
DEPENDS+= py[0-9]*-yaml-[0-9]*:../../textproc/py-yaml
|
||||
DEPENDS+= ${PYPKGPREFIX}-latexcodec-[0-9]*:../../print/py-latexcodec
|
||||
DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue