diff options
author | rene <rene@FreeBSD.org> | 2014-08-02 03:44:04 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-08-02 03:44:04 +0800 |
commit | bd18738da7491576eea0ba36527375dc9baea362 (patch) | |
tree | 63a0c9fb0888ddc3e7e2c80204149a9899122cfb /textproc/dblatex | |
parent | c38cf9e52e9a955df68a55d0e5ed273434e55daa (diff) | |
download | freebsd-ports-gnome-bd18738da7491576eea0ba36527375dc9baea362.tar.gz freebsd-ports-gnome-bd18738da7491576eea0ba36527375dc9baea362.tar.zst freebsd-ports-gnome-bd18738da7491576eea0ba36527375dc9baea362.zip |
textproc/dblatex: switch to texlive-texmf build dependency, bump PORTREVISION
PR: 138923
Submitted by: vhaisman
Approved by: maintainer timeout (7 months)
Diffstat (limited to 'textproc/dblatex')
-rw-r--r-- | textproc/dblatex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/dblatex/Makefile b/textproc/dblatex/Makefile index 82420a962c03..27ba7ffea811 100644 --- a/textproc/dblatex/Makefile +++ b/textproc/dblatex/Makefile @@ -3,14 +3,14 @@ PORTNAME= dblatex PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= johnson.peter@gmail.com COMMENT= DocBook to LaTeX/ConTeXt Publishing -BUILD_DEPENDS= ${LOCALBASE}/share/texmf-local/tex/latex/ifxetex/ifxetex.sty:${PORTSDIR}/print/ifxetex +BUILD_DEPENDS= ${LOCALBASE}/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty:${PORTSDIR}/print/texlive-texmf RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xml/docbook/4.2:${PORTSDIR}/textproc/docbook-xml |