diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-06-20 21:33:39 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-06-20 21:33:39 +0000 |
commit | f4e1d7c5968b89ba21f3a2d75b329aff0be0bcdd (patch) | |
tree | 757f861627494938e30e06bfc8ebff4c8c228bed /www | |
parent | 4c28f9f328bb1c2af11f81c9f92cf47cfd1ebc2f (diff) | |
download | ports-f4e1d7c5968b89ba21f3a2d75b329aff0be0bcdd.tar.gz ports-f4e1d7c5968b89ba21f3a2d75b329aff0be0bcdd.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 1fc422357a5d..17db59076088 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.83 1999/04/19 19:51:11 jseger Exp $ +# $Id: Makefile,v 1.84 1999/06/18 21:18:27 mph Exp $ # DISTNAME= lynx2.8.2rel.1 @@ -14,7 +14,6 @@ MASTER_SITES= http://sol.slcc.edu/lynx/current/ MAINTAINER= jseger@FreeBSD.ORG USE_BZIP2= YES -NO_LATEST_LINK= YES WRKSRC= ${WRKDIR}/lynx2-8-2 GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ |