diff options
author | Nik Clayton <nik@FreeBSD.org> | 2001-02-23 19:37:06 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2001-02-23 19:37:06 +0000 |
commit | 438eff5d171f76c325123b109f08f00b40bebae2 (patch) | |
tree | 24ccd479498ed9caba0ea1c49298ad5146fd830a /textproc/docproj | |
parent | Change MAINTAINER= to MAINTAINER?= for the slave port. Currently I'm (diff) |
Depend on specific versions of the DocBook DTD. Bump the port version
accordingly.
Diffstat (limited to 'textproc/docproj')
-rw-r--r-- | textproc/docproj/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 73ad8ca934d7..24cf29370bb6 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -6,7 +6,7 @@ # PORTNAME= docproj -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= textproc MASTER_SITES= # empty DISTFILES= # empty @@ -18,7 +18,8 @@ RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \ ${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \ ${PREFIX}/share/sgml/html/catalog:${PORTSDIR}/textproc/html \ ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ - ${PREFIX}/share/sgml/docbook/catalog:${PORTSDIR}/textproc/docbook \ + ${PREFIX}/share/sgml/docbook/3.1/docbook.dtd:${PORTSDIR}/textproc/docbook-310 \ + ${PREFIX}/share/sgml/docbook/4.1/docbook.dtd:${PORTSDIR}/textproc/docbook-410 \ ${PREFIX}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879 \ ${PREFIX}/bin/eps2png:${PORTSDIR}/graphics/eps2png \ ${PREFIX}/bin/pngtopnm:${PORTSDIR}/graphics/netpbm |