diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-06 19:19:29 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-06 19:19:29 +0000 |
commit | cfb656c3962e6a97df8ed4c8d7087fad457efc87 (patch) | |
tree | dabd3f760e80cffd107eadc6803dfa7644c70860 | |
parent | 99d9a84d052d2820b59f834cd391ca31284b55bf (diff) | |
download | ports-cfb656c3962e6a97df8ed4c8d7087fad457efc87.tar.gz ports-cfb656c3962e6a97df8ed4c8d7087fad457efc87.zip |
Use lynx instead of lynx-current.
Submitted by: nik
Prompted by: broken lynx-current
Notes
Notes:
svn path=/head/; revision=20575
-rw-r--r-- | textproc/docproj/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index a496b52d2a5c..91503e0c8a1a 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.14 1999/06/08 20:59:54 nik Exp $ +# $Id: Makefile,v 1.15 1999/07/06 06:06:49 obrien Exp $ # DISTNAME= docproj @@ -18,7 +18,7 @@ RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \ sgmlnorm:${PORTSDIR}/textproc/sp \ jade:${PORTSDIR}/textproc/jade \ tidy:${PORTSDIR}/www/tidy \ - lynx:${PORTSDIR}/www/lynx-current \ + lynx:${PORTSDIR}/www/lynx \ ${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \ ${PREFIX}/share/sgml/html/catalog:${PORTSDIR}/textproc/html \ ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ |