summaryrefslogtreecommitdiff
path: root/textproc/docproj/Makefile
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-04-14 22:42:08 +0000
committerNik Clayton <nik@FreeBSD.org>1999-04-14 22:42:08 +0000
commite20121087daf47b96c5a20ec0865f74f11118fcd (patch)
treea1bdfe29b629cdb900eca55d1115bf6fe36b26a3 /textproc/docproj/Makefile
parentThsi is now a meta-port. Installing it will bring in versions 2.4.1, 3.0 (diff)
Add a dependency on lynx. Pointed out by Wolfram.
Notes
Notes: svn path=/head/; revision=17884
Diffstat (limited to '')
-rw-r--r--textproc/docproj/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index 406daf088955..4c47b84c90df 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.8 1999/01/21 03:28:27 jkh Exp $
+# $Id: Makefile,v 1.9 1999/01/22 06:57:21 nik Exp $
#
DISTNAME= docproj
@@ -17,7 +17,8 @@ MAINTAINER= nik@freebsd.org
RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \
${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \
tidy:${PORTSDIR}/www/tidy \
- ${PREFIX}/share/sgml/html/catalog:${PORTSDIR}/textproc/html
+ ${PREFIX}/share/sgml/html/catalog:${PORTSDIR}/textproc/html \
+ lynx:${PORTSDIR}/www/lynx-current
IS_INTERACTIVE= "user must set JADETEX variable to 'yes' or 'no'"