From b650b0f226708d6226b8ad28022fcb3bd4cb8c38 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 4 Oct 1998 22:05:42 +0000 Subject: Explicitly specify -ltermcap - the slang detection autoconf code is ugly. --- www/lynx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/lynx') diff --git a/www/lynx/Makefile b/www/lynx/Makefile index a0ad3d4eb3e..8a31408b44a 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/10/04 17:59:42 tv Exp $ +# $NetBSD: Makefile,v 1.14 1998/10/04 22:05:42 tv Exp $ # DISTNAME= lynx2-8 @@ -15,7 +15,7 @@ CONFLICTS= lynx-2.8rel.2 DEPENDS+= libslang-1.2.2:../../devel/libslang CONFIGURE_ARGS+= --with-screen=slang --with-zlib --libdir="${PREFIX}/etc" -CONFIGURE_ENV+= LIBS=-lm CPPFLAGS=-Dunix +CONFIGURE_ENV+= LIBS="-lm -ltermcap" CPPFLAGS=-Dunix GNU_CONFIGURE= YES INSTALL_TARGET= install install-help -- cgit v1.2.3