diff options
author | dd <dd@FreeBSD.org> | 2001-07-24 08:46:43 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-24 08:46:43 +0000 |
commit | f66e498c075ce0aefce573ac4df771c592323b63 (patch) | |
tree | c02a3e753b17b8c7dc0c98a3b7a1c801097845a8 /textproc | |
parent | 8d184e5a2d66a5315594fcb14f5566749ccb997a (diff) | |
download | FreeBSD-ports-f66e498c075ce0aefce573ac4df771c592323b63.zip FreeBSD-ports-f66e498c075ce0aefce573ac4df771c592323b63.tar.gz |
Note that the dependenc list should be kept in sync with
src/release/Makefile.inc.docports.
Diffstat (limited to 'textproc')
-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 d87bfd6..22d49c4 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 \ |