diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-21 16:21:44 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-21 16:21:44 +0000 |
commit | 6d78504def724e5aa1c1b717b0153f89e2c8ffcb (patch) | |
tree | 39e0906e1bed2c4ec6b8b861c2315f2c2b887a36 /www/lynx/Makefile | |
parent | 4ee82443c3ae2005432f71fad4670ebbbed7fa0b (diff) |
Notes
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 8513c3ed2f90..5ac65d968a01 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -4,7 +4,7 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.50 1997/08/16 10:15:56 ache Exp $ +# $Id: Makefile,v 1.51 1997/08/21 10:17:45 andreas Exp $ # DISTNAME= lynx2.7.1ac-0.54 @@ -14,6 +14,7 @@ MASTER_SITES= http://sol.slcc.edu/lynx/current/ MAINTAINER= ache@FreeBSD.ORG +BROKEN= "doesn't build on -current" WRKSRC= ${WRKDIR}/lynx2-7-1 GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-screen=ncurses |