diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-24 08:46:43 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-24 08:46:43 +0000 |
commit | 1e34811bc22d08793b629cedc02727d2e74477ec (patch) | |
tree | 655d2c2d161e16bdf2647a188cfb4ceaed2dd11d /textproc/docproj | |
parent | 826c81af60b7744a5cfa93f24e907de24c6072c2 (diff) | |
download | ports-1e34811bc22d08793b629cedc02727d2e74477ec.tar.gz ports-1e34811bc22d08793b629cedc02727d2e74477ec.zip |
Notes
Diffstat (limited to 'textproc/docproj')
-rw-r--r-- | textproc/docproj/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index d87bfd6b76c3..22d49c403cb1 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -13,6 +13,9 @@ DISTFILES= # empty MAINTAINER= nik@freebsd.org +# This dependency list should be kept in sync with the list of +# required ports in src/release/Makefile.inc.docports. + RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \ tidy:${PORTSDIR}/www/tidy \ ${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \ |