diff options
author | Nik Clayton <nik@FreeBSD.org> | 2001-07-13 16:39:11 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2001-07-13 16:39:11 +0000 |
commit | 1db38b3dd7721529263024388073d2f066491239 (patch) | |
tree | 40099b880f934de8fc000857c66dd996461cabac /textproc/docproj | |
parent | e4f78a83d217d88a593e41920ebc2590684a2406 (diff) | |
download | ports-1db38b3dd7721529263024388073d2f066491239.tar.gz ports-1db38b3dd7721529263024388073d2f066491239.zip |
Notes
Diffstat (limited to 'textproc/docproj')
-rw-r--r-- | textproc/docproj/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 720fc0caac05..d87bfd6b76c3 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -6,7 +6,7 @@ # PORTNAME= docproj -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= textproc MASTER_SITES= # empty DISTFILES= # empty @@ -18,7 +18,6 @@ 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/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/peps:${PORTSDIR}/graphics/peps \ |