diff options
author | asami <asami@FreeBSD.org> | 1998-03-21 20:54:43 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-03-21 20:54:43 +0800 |
commit | 5be21eb11ad2b6ae3fdc01d3ac8f4c101ded2668 (patch) | |
tree | 470e960c8aa04e2f9c3308278d55fd99c685a7a7 /www | |
parent | 6bf0ba90bf55a1792f5c56218fe45534f19dceaa (diff) | |
download | freebsd-ports-gnome-5be21eb11ad2b6ae3fdc01d3ac8f4c101ded2668.tar.gz freebsd-ports-gnome-5be21eb11ad2b6ae3fdc01d3ac8f4c101ded2668.tar.zst freebsd-ports-gnome-5be21eb11ad2b6ae3fdc01d3ac8f4c101ded2668.zip |
Add NO_LATEST_LINK.
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 2482268fe35a..7f2bc6beb072 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -4,7 +4,7 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.83 1998/03/08 12:19:18 ache Exp $ +# $Id: Makefile,v 1.84 1998/03/11 01:54:20 ache Exp $ # DISTNAME= lynx2.8rel.2 @@ -14,6 +14,7 @@ MASTER_SITES= http://sol.slcc.edu/lynx/current/ MAINTAINER= ache@FreeBSD.ORG +NO_LATEST_LINK= YES WRKSRC= ${WRKDIR}/lynx2-8 GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc" |