diff options
author | ache <ache@FreeBSD.org> | 1995-06-17 07:37:46 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-06-17 07:37:46 +0800 |
commit | 47ec34bdefae950ac466016ab5476960a47be7fc (patch) | |
tree | 7e41ab6afb9aa9c47cc93afb3345b7252b1e9a6d /www/lynx-current/Makefile | |
parent | 2fb06683024139e1ab9878dd8747169350d990f1 (diff) | |
download | freebsd-ports-gnome-47ec34bdefae950ac466016ab5476960a47be7fc.tar.gz freebsd-ports-gnome-47ec34bdefae950ac466016ab5476960a47be7fc.tar.zst freebsd-ports-gnome-47ec34bdefae950ac466016ab5476960a47be7fc.zip |
Upgrade and fix keypad, now it works
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r-- | www/lynx-current/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 3c5f4103e991..5a93df96ea0a 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -1,22 +1,19 @@ # New ports collection makefile for: lynx -# Version required: 2.3.7 +# Version required: 2.4.1 # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.8 1995/04/01 12:48:13 jkh Exp $ +# $Id: Makefile,v 1.9 1995/04/12 04:55:35 asami Exp $ # -DISTNAME= lynx2-3-7 -PKGNAME= lynx-2.3.7 +DISTNAME= lynx2-4-1 +PKGNAME= lynx-2.4.1 CATEGORIES+= networking -MASTER_SITES= ftp://ukanaix.cc.ukans.edu/pub/lynx/lynx2-3-7/ +MASTER_SITES= ftp://ukanaix.cc.ukans.edu/pub/lynx/lynx2-4-1/ EXTRACT_SUFX= .tar.Z MAINTAINER= ache@FreeBSD.ORG -# Do not put USE_GMAKE here -EXEC_DEPENDS+= gmake:${PORTSDIR}/devel/gmake - -ALL_TARGET= freebsd +ALL_TARGET= freebsd-ncurses .include <bsd.port.mk> |