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