diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-09-04 16:21:21 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-09-04 16:21:21 +0000 |
commit | f90f47142ee335cdd9ecc9c14efa07042c95b41f (patch) | |
tree | dd497208835ad01b601ffc6c06397eaf9b6bb311 /textproc/docproj | |
parent | 558caa64deefdade9ec80bfc17eaa43bb72a0760 (diff) | |
download | ports-f90f47142ee335cdd9ecc9c14efa07042c95b41f.tar.gz ports-f90f47142ee335cdd9ecc9c14efa07042c95b41f.zip |
Notes
Diffstat (limited to 'textproc/docproj')
-rw-r--r-- | textproc/docproj/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 15f631d50a30..5f5de810dc6d 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -6,7 +6,7 @@ # PORTNAME= docproj -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= textproc MASTER_SITES= # empty DISTFILES= # empty @@ -23,6 +23,7 @@ RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \ ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ ${PREFIX}/share/sgml/docbook/4.1/docbook.dtd:${PORTSDIR}/textproc/docbook-410 \ ${PREFIX}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879 \ + ${PREFIX}/share/xml/dtd/xhtml/xhtml.soc:${PORTSDIR}/textproc/xhtml \ ${PREFIX}/bin/peps:${PORTSDIR}/graphics/peps \ ${PREFIX}/bin/pngtopnm:${PORTSDIR}/graphics/netpbm \ ${PREFIX}/bin/links:${PORTSDIR}/www/links \ |