diff options
author | fredb <fredb@pkgsrc.org> | 2001-03-27 02:58:39 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-03-27 02:58:39 +0000 |
commit | d5f813f88b7e8fab565be817580917bc22dbdbec (patch) | |
tree | 2a088fc7d6a5c9f198803a288461c795b48b666d /www/lynx-current/Makefile | |
parent | af6958bd73d0c4b549d840a50e174e6d460554ac (diff) | |
download | pkgsrc-d5f813f88b7e8fab565be817580917bc22dbdbec.tar.gz |
The "slang" build on NetBSD-1.4.3/a.out really needs -ltermcap, and
the old "configure" hack of adding "-ltermcap" to LIBS wasn't working
(configure's too smart for that), so hack "configure" directly.
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r-- | www/lynx-current/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 90c0a3d2e89..5dfaba4f337 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2001/03/26 14:23:04 simonb Exp $ +# $NetBSD: Makefile,v 1.30 2001/03/27 02:58:39 fredb Exp $ # DISTNAME= lynx2.8.4dev.19 @@ -62,7 +62,6 @@ post-install: LYNX_SCREEN_LIB?= slang .if (${LYNX_SCREEN_LIB} == slang) DEPENDS+= libslang-*:../../devel/libslang -CONFIGURE_ENV+= LIBS="-lm -ltermcap" .elif (${LYNX_SCREEN_LIB} == ncurses) DEPENDS+= ncurses-*:../../devel/ncurses CONFIGURE_ARGS+= --enable-color-style |