diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 22:50:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 22:50:49 +0000 |
commit | 728929b7099aad3e10a4d7252746a57caee11378 (patch) | |
tree | 170c36f104e04e0ed8e2c50ef8adeb76f96118f2 /textproc/sgmlformat | |
parent | b8a46bea17de8db19a4b8fbf490625653c18b5cc (diff) |
Notes
Diffstat (limited to 'textproc/sgmlformat')
-rw-r--r-- | textproc/sgmlformat/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile index b419a0aca6d1..2bb30cc9f0b9 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -29,10 +29,8 @@ RUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/openjade .else RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade .endif -RUN_DEPENDS+= ${LOCALBASE}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ - ${LOCALBASE}/share/sgml/docbook/4.1:${PORTSDIR}/textproc/docbook-sgml -# Above depending on docbook-4.1 file is just for workaround. We need -# some of docbook DTDs, but not all. +RUN_DEPENDS+= linuxdoc>0:${PORTSDIR}/textproc/linuxdoc \ + docbook-sgml>0:${PORTSDIR}/textproc/docbook-sgml .if defined(WITH_OPENJADE) post-patch: |