diff options
author | Nik Clayton <nik@FreeBSD.org> | 1998-12-20 20:49:13 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1998-12-20 20:49:13 +0000 |
commit | 0e453feea291f0c424c7e8b8aba812bfec3a222d (patch) | |
tree | 2b65a65755d510b978b343499877a9b478482805 | |
parent | Activate rinfo (diff) |
Add tidy (www/tidy) and the HTML stylesheets (textproc/html) to the
dependencies list.
Prompted by: Jordan (for the stylesheets)
Notes
Notes:
svn path=/head/; revision=15449
-rw-r--r-- | textproc/docproj/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 69ea2e129a9a..e3dd5dc48513 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -3,7 +3,7 @@ # Date created: 27 June 1998 # Whom: Nik Clayton <nik@freebsd.org> # -# $Id: Makefile,v 1.4 1998/12/18 04:55:26 jkh Exp $ +# $Id: Makefile,v 1.5 1998/12/18 10:55:54 jkh Exp $ # DISTNAME= docproj @@ -14,9 +14,10 @@ DISTFILES= # empty MAINTAINER= nik@freebsd.org -# sgmlformat brings in almost everything except for the modular stylesheets RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \ - ${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular + ${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \ + tidy:${PORTSDIR}/www/tidy \ + ${PREFIX}/share/sgml/html/catalog:${PORTSDIR}/textproc/html EXTRACT_ONLY= # empty NO_BUILD= yes |