Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2020 09:57:50 +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: r521822 - head/devel/cdialog
Message-ID:  <202001020957.0029vo7l057783@repo.freebsd.org>

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

Log:
  Respect NCURSES_IMPL

Modified:
  head/devel/cdialog/Makefile

Modified: head/devel/cdialog/Makefile
==============================================================================
--- head/devel/cdialog/Makefile	Thu Jan  2 09:52:58 2020	(r521821)
+++ head/devel/cdialog/Makefile	Thu Jan  2 09:57:49 2020	(r521822)
@@ -19,7 +19,7 @@ USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--enable-widec \
 		--includedir=${PREFIX}/include/${PORTNAME} \
 		--with-libtool \
-		--with-ncursesw \
+		--with-${NCURSES_IMPL} \
 		--with-package=${PORTNAME}
 MAKEFILE=	makefile
 



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