diff options
author | tv <tv@pkgsrc.org> | 1998-10-04 22:05:42 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-10-04 22:05:42 +0000 |
commit | b650b0f226708d6226b8ad28022fcb3bd4cb8c38 (patch) | |
tree | ae82c3b3bc371405cb9e10accb04f2daecfb2566 /www | |
parent | 8b4382758b218d2c56e09771d51f3c59ea1a0856 (diff) | |
download | pkgsrc-b650b0f226708d6226b8ad28022fcb3bd4cb8c38.tar.gz |
Explicitly specify -ltermcap - the slang detection autoconf code is ugly.
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx/Makefile | 4 |
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 |