diff options
author | nik <nik@FreeBSD.org> | 1999-04-30 04:13:33 +0800 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1999-04-30 04:13:33 +0800 |
commit | a3e894f9a909de7caf97cc38ef51de8d0417c9cd (patch) | |
tree | 2ee81f64a193425c94ab8b02ceec6e01a4053bfd /textproc | |
parent | 744ac8b611e1006c8399ee5cd78089fc9cd7e342 (diff) | |
download | freebsd-ports-gnome-a3e894f9a909de7caf97cc38ef51de8d0417c9cd.tar.gz freebsd-ports-gnome-a3e894f9a909de7caf97cc38ef51de8d0417c9cd.tar.zst freebsd-ports-gnome-a3e894f9a909de7caf97cc38ef51de8d0417c9cd.zip |
Be more explicit about the dependencies. This doesn't actually change
them, but helps document them a little better. Previously there
chains of dependencies two or three ports long, which was a little
counter-intuitive.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docproj/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 4c47b84c90df..67b984dba03b 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.9 1999/01/22 06:57:21 nik Exp $ +# $Id: Makefile,v 1.10 1999/04/14 22:42:08 nik Exp $ # DISTNAME= docproj @@ -15,10 +15,15 @@ DISTFILES= # empty MAINTAINER= nik@freebsd.org RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \ - ${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \ + sgmlnorm:${PORTSDIR}/textproc/sp \ + jade:${PORTSDIR}/textproc/jade \ tidy:${PORTSDIR}/www/tidy \ + lynx:${PORTSDIR}/www/lynx-current \ + ${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \ ${PREFIX}/share/sgml/html/catalog:${PORTSDIR}/textproc/html \ - lynx:${PORTSDIR}/www/lynx-current + ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ + ${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook/3.0 \ + ${PREFIX}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879 IS_INTERACTIVE= "user must set JADETEX variable to 'yes' or 'no'" |