From 2c2f9291dac147d20cfa88d719915800fd808f85 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Sun, 17 Jun 2007 08:34:27 +0000 Subject: - Force lynx to pick up ncurses from base. This fixes build when 1) devel/ncurses is installed, and 2) use OpenSSL from ports. In that case, lynx picks up ncurses/ncurses.h which is from ports and somehow it does not include term.h PR: ports/113515 Reported by: Ighighi Approved by: Jason Harris (maintainer) --- www/lynx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/lynx') diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 4b51a55189ba..cc2fe551d1a5 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}2-8-6 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-persistent-cookies \ - --enable-ipv6 + --enable-ipv6 --with-curses-dir=/usr .if defined(ENABLE_DEFAULT_COLORS) CONFIGURE_ARGS+=--enable-default-colors -- cgit v1.2.3