diff options
author | nik <nik@FreeBSD.org> | 1999-04-14 22:42:08 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1999-04-14 22:42:08 +0000 |
commit | a85def50446d4e7fd89e8c248702b82dd0968d83 (patch) | |
tree | 200d785a1c36b0710b327f1058a2f8ab454087e7 /textproc/docproj | |
parent | 2f2fc4949ef2da89c40e2367ea00faaf010a8561 (diff) | |
download | FreeBSD-ports-a85def50446d4e7fd89e8c248702b82dd0968d83.zip FreeBSD-ports-a85def50446d4e7fd89e8c248702b82dd0968d83.tar.gz |
Add a dependency on lynx. Pointed out by Wolfram.
Diffstat (limited to 'textproc/docproj')
-rw-r--r-- | textproc/docproj/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 406daf0..4c47b84 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'" |