diff options
Diffstat (limited to 'textproc')
-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 \ |