svn commit: r521822 - head/devel/cdialog

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 2 09:57:50 UTC 2020


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
 


More information about the svn-ports-all mailing list