diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-10-25 18:18:33 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-10-25 18:18:33 +0000 |
commit | 964f1b224b954c2acb88283cea4ddd813ebff914 (patch) | |
tree | e93b703aadf15cfdc196a83221aa2ff1d4d372c4 /textproc/xmlto/Makefile | |
parent | 214e97973942fce2aa70e3b192b144c173fc8027 (diff) |
Notes
Diffstat (limited to 'textproc/xmlto/Makefile')
-rw-r--r-- | textproc/xmlto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index d89d4de56ce9..3535df9378c1 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} # TODO: make this a group for PDF output? OPTIONS_DEFINE= DBLATEX FOP PASSIVETEX -DBLATEX_DESC= - BROKEN - Add dependency on Dblatex +DBLATEX_DESC= Add dependency on Dblatex FOP_DESC= Add dependency on FOP (needs Java) PASSIVETEX_DESC= - BROKEN - Add dependency on PassiveTeX @@ -59,7 +59,6 @@ CONFIGURE_ARGS+= --with-backend=fop RUN_DEPENDS+= ${LOCALBASE}/bin/dblatex:${PORTSDIR}/textproc/dblatex .if ! ${PORT_OPTIONS:MFOP} CONFIGURE_ARGS+= --with-backend=dblatex -BROKEN= the dblatex option is currently broken .endif .endif |