summaryrefslogtreecommitdiff
path: root/www/lynx/Makefile
diff options
context:
space:
mode:
authortv <tv>1998-10-04 22:05:42 +0000
committertv <tv>1998-10-04 22:05:42 +0000
commit1f890a56e4d95609b3f348a96011eb48582e9fa6 (patch)
treeae82c3b3bc371405cb9e10accb04f2daecfb2566 /www/lynx/Makefile
parent855205a36528c96463fb137a8e7cb77fae89e2a4 (diff)
downloadpkgsrc-1f890a56e4d95609b3f348a96011eb48582e9fa6.tar.gz
Explicitly specify -ltermcap - the slang detection autoconf code is ugly.
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r--www/lynx/Makefile4
1 files changed, 2 insertions, 2 deletions
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