svn commit: r521819 - head/editors/nano

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 2 09:48:55 UTC 2020


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
 


More information about the svn-ports-all mailing list