Date: Thu, 2 Jan 2020 09:03:48 +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: r521809 - head/misc/mdp Message-ID: <202001020903.00293mr9026274@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Jan 2 09:03:48 2020 New Revision: 521809 URL: https://svnweb.freebsd.org/changeset/ports/521809 Log: Override the CURSES variable with the implementation in use Modified: head/misc/mdp/Makefile Modified: head/misc/mdp/Makefile ============================================================================== --- head/misc/mdp/Makefile Thu Jan 2 09:02:51 2020 (r521808) +++ head/misc/mdp/Makefile Thu Jan 2 09:03:48 2020 (r521809) @@ -18,6 +18,7 @@ PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DEBUG DEBUG_MAKE_ARGS+= DEBUG=1 +MAKE_ARGS= CURSES=${NCURSES_IMPL} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mdp ${STAGEDIR}${PREFIX}/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001020903.00293mr9026274>