diff options
author | andreas <andreas@FreeBSD.org> | 1997-08-22 00:21:44 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-08-22 00:21:44 +0800 |
commit | 11a9d9b79c7331d859698a3a161ff8f385558af2 (patch) | |
tree | 16c7aa42dd88eb4c797116513d9f07faf80071a6 /www/lynx | |
parent | 8a6d9a4a45330fd73a37c7e3e76aca917bf08ca0 (diff) | |
download | freebsd-ports-gnome-11a9d9b79c7331d859698a3a161ff8f385558af2.tar.gz freebsd-ports-gnome-11a9d9b79c7331d859698a3a161ff8f385558af2.tar.zst freebsd-ports-gnome-11a9d9b79c7331d859698a3a161ff8f385558af2.zip |
Mark it broken, because it doesn't compile on a -current
system. Andrey discusses the reason and possible solutions
on the lynx mailing lists.
On stable it compiles fine.
As requested by: Andrey
Diffstat (limited to 'www/lynx')
-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 |