summaryrefslogtreecommitdiff
path: root/www/lynx-current/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-12-28 07:38:56 +0000
committerjlam <jlam@pkgsrc.org>2001-12-28 07:38:56 +0000
commitd3e69e0e5e1eeecd8c338f21bbeadc4336b25210 (patch)
tree694cacc98e4cef07f6b3082a2a177a0db993e7d8 /www/lynx-current/Makefile
parent4d66a3b13b6051137766cd65e2fc8bd70423a1ca (diff)
downloadpkgsrc-d3e69e0e5e1eeecd8c338f21bbeadc4336b25210.tar.gz
USE_NCURSES needs to come before including ncurses/buildlink.mk.
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r--www/lynx-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index 908be022aa2..b35df81b37d 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2001/12/26 16:16:47 jlam Exp $
+# $NetBSD: Makefile,v 1.35 2001/12/28 07:38:56 jlam Exp $
#
DISTNAME= lynx2.8.4dev.19
@@ -62,8 +62,8 @@ LYNX_SCREEN_LIB?= slang
.if (${LYNX_SCREEN_LIB} == slang)
. include "../../devel/libslang/buildlink.mk"
.elif (${LYNX_SCREEN_LIB} == ncurses)
-. include "../../devel/ncurses/buildlink.mk"
USE_NCURSES= color
+. include "../../devel/ncurses/buildlink.mk"
CONFIGURE_ARGS+= --enable-color-style
.elif (${LYNX_SCREEN_LIB} == curses)
CONFIGURE_ENV+= cf_cv_ncurses_version=no