Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2020 09:48:55 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521819 - head/editors/nano
Message-ID:  <202001020948.0029mtcY051199@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Jan  2 09:48:54 2020
New Revision: 521819
URL: https://svnweb.freebsd.org/changeset/ports/521819

Log:
  Use ${NCURSES_IMPL} instead of hardcoding ncursesw

Modified:
  head/editors/nano/Makefile

Modified: head/editors/nano/Makefile
==============================================================================
--- head/editors/nano/Makefile	Thu Jan  2 09:46:49 2020	(r521818)
+++ head/editors/nano/Makefile	Thu Jan  2 09:48:54 2020	(r521819)
@@ -20,7 +20,7 @@ GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS=	--docdir=${DOCSDIR} --enable-utf8
 CONFIGURE_ENV+=	NCURSESW_CFLAGS="-I${NCURSESINC}" \
-		NCURSESW_LIBS="-L${NCURSESLIB} -lncursesw"
+		NCURSESW_LIBS="-L${NCURSESLIB} -l${NCURSES_IMPL}"
 
 MAKE_ARGS+=	install_htmlmanDATA=install-htmlmanDATA
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001020948.0029mtcY051199>