diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-08-01 19:44:04 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-08-01 19:44:04 +0000 |
commit | 651820750e3e835e8496db80379a480bbc14b852 (patch) | |
tree | 63a0c9fb0888ddc3e7e2c80204149a9899122cfb /textproc/dblatex | |
parent | eb2643090cb76eda012d18513ff617189cf27b49 (diff) | |
download | ports-651820750e3e835e8496db80379a480bbc14b852.tar.gz ports-651820750e3e835e8496db80379a480bbc14b852.zip |
Notes
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 |