diff options
author | nik <nik@FreeBSD.org> | 1998-12-21 04:49:13 +0800 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1998-12-21 04:49:13 +0800 |
commit | fddedb401b8c3dc0cce85b71251d211bb3f8eef3 (patch) | |
tree | 172bc4d247a4c399aa75ccb6b144094312a12b75 | |
parent | 730d26ef18eabb85f4d720f09c35d2c096d407fb (diff) | |
download | freebsd-ports-gnome-fddedb401b8c3dc0cce85b71251d211bb3f8eef3.tar.gz freebsd-ports-gnome-fddedb401b8c3dc0cce85b71251d211bb3f8eef3.tar.zst freebsd-ports-gnome-fddedb401b8c3dc0cce85b71251d211bb3f8eef3.zip |
Add tidy (www/tidy) and the HTML stylesheets (textproc/html) to the
dependencies list.
Prompted by: Jordan (for the stylesheets)
-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 |