diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-18 14:50:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-18 14:50:34 +0000 |
commit | 7f67d157d9380c9f4aeb51e0bfedd357a30dbbbd (patch) | |
tree | 56ecf6382634d1d0afdc8e712807bf9cdf3a8721 /textproc/sgmlformat | |
parent | 8a932d9fc78f5db5daa3f5735ecf34ad9a9a8eab (diff) |
Notes
Diffstat (limited to 'textproc/sgmlformat')
-rw-r--r-- | textproc/sgmlformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile index 9c0908f8c482..c61a49e8bd41 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -34,7 +34,7 @@ RUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/openjade RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade .endif RUN_DEPENDS+= ${LOCALBASE}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ - ${LOCALBASE}/share/sgml/docbook/4.1/dtd/docbook.dtd:${PORTSDIR}/textproc/docbook-410 + ${LOCALBASE}/share/sgml/docbook/4.1:${PORTSDIR}/textproc/docbook-410 # Above depending on docbook-4.1 file is just for workaround. We need # some of docbook DTDs, but not all. |