summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-04-29 20:13:33 +0000
committerNik Clayton <nik@FreeBSD.org>1999-04-29 20:13:33 +0000
commit0399f9ca57dc311f75d05c9e9889eb62c493f4d1 (patch)
tree10e97555a5df4d85517afa8d70fd3efa59446af5 /textproc
parentAdd textproc/iso8879 to the DEPENDS list, for completeness. (diff)
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.
Notes
Notes: svn path=/head/; revision=18189
Diffstat (limited to 'textproc')
-rw-r--r--textproc/docproj/Makefile11
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'"