diff options
author | ache <ache@FreeBSD.org> | 1998-12-30 07:52:18 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-12-30 07:52:18 +0800 |
commit | b6c3863c5b197f4a0d16506933aeb7d0cb1951e1 (patch) | |
tree | 56ab215b3f89ca5f7ba0fea7ec0af8c19a1616c9 /www/lynx-current/Makefile | |
parent | d0a26ad22af950b1cf70044b2b98ef4a676f47bc (diff) | |
download | freebsd-ports-gnome-b6c3863c5b197f4a0d16506933aeb7d0cb1951e1.tar.gz freebsd-ports-gnome-b6c3863c5b197f4a0d16506933aeb7d0cb1951e1.tar.zst freebsd-ports-gnome-b6c3863c5b197f4a0d16506933aeb7d0cb1951e1.zip |
upgrade to 2.8.2dev.12
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r-- | www/lynx-current/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index c5329147ed9c..df7b70c17b80 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -1,21 +1,21 @@ # New ports collection makefile for: lynx # http://sol.slcc.edu/lynx/current/ -# Version required: 2.8.1* +# Version required: 2.8.2* # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.93 1998/10/19 19:22:04 ache Exp $ +# $Id: Makefile,v 1.94 1998/11/01 00:38:00 ache Exp $ # -DISTNAME= lynx2.8.1rel.2 -PKGNAME= lynx-2.8.1rel.2 +DISTNAME= lynx2.8.2dev.12 +PKGNAME= lynx-2.8.2dev.12 CATEGORIES= www MASTER_SITES= http://sol.slcc.edu/lynx/current/ MAINTAINER= ache@FreeBSD.ORG NO_LATEST_LINK= YES -WRKSRC= ${WRKDIR}/lynx2-8-1 +WRKSRC= ${WRKDIR}/lynx2-8-2 GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-persistent-cookies |