This depends on texlive_texmf-full. Noticed by naddy@. I also added
texlive_texmf-minimal (pkgpath print/texlive/texmf,-main), because nobody knows how the texlive interdependencies will change in the future. While here, be nice to SUBST_VARS and give yet another space and a tab, too. "sure", stsp@
This commit is contained in:
parent
d8fa5d941d
commit
c1637f744f
@ -1,7 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/05/06 18:08:02 stsp Exp $
|
# $OpenBSD: Makefile,v 1.2 2010/05/10 22:04:59 kili Exp $
|
||||||
|
|
||||||
COMMENT = convert DocBook to LaTeX, DVI, PostScript, and PDF
|
COMMENT = convert DocBook to LaTeX, DVI, PostScript, and PDF
|
||||||
DISTNAME = dblatex-0.3
|
DISTNAME = dblatex-0.3
|
||||||
|
PKGNAME = ${DISTNAME}p0
|
||||||
CATEGORIES = textproc
|
CATEGORIES = textproc
|
||||||
|
|
||||||
# GPLv2+
|
# GPLv2+
|
||||||
@ -20,13 +21,15 @@ MODPY_DISTUTILS_INSTALL =install --prefix=${LOCALBASE} \
|
|||||||
--catalogs=${LOCALBASE}/share/xsl/docbook
|
--catalogs=${LOCALBASE}/share/xsl/docbook
|
||||||
|
|
||||||
RUN_DEPENDS = ::print/texlive/base \
|
RUN_DEPENDS = ::print/texlive/base \
|
||||||
|
::print/texlive/texmf,-full \
|
||||||
|
::print/texlive/texmf,-main \
|
||||||
::textproc/libxslt \
|
::textproc/libxslt \
|
||||||
::textproc/docbook-xsl \
|
::textproc/docbook-xsl \
|
||||||
:ImageMagick-*:graphics/ImageMagick
|
:ImageMagick-*:graphics/ImageMagick
|
||||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||||
NO_REGRESS = Yes
|
NO_REGRESS = Yes
|
||||||
|
|
||||||
SUBST_VARS+= LOCALBASE MODPY_BIN
|
SUBST_VARS += LOCALBASE MODPY_BIN
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
@perl -pi -e 's,share/man/man1,man/man1,' ${WRKSRC}/setup.py
|
@perl -pi -e 's,share/man/man1,man/man1,' ${WRKSRC}/setup.py
|
||||||
|
Loading…
Reference in New Issue
Block a user