svn commit: r521809 - head/misc/mdp
Baptiste Daroussin
bapt at FreeBSD.org
Thu Jan 2 09:03:49 UTC 2020
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
More information about the svn-ports-head
mailing list