svn commit: r426612 - head/misc/nms

John Marino marino at FreeBSD.org
Sun Nov 20 19:07:29 UTC 2016


Author: marino
Date: Sun Nov 20 19:07:28 2016
New Revision: 426612
URL: https://svnweb.freebsd.org/changeset/ports/426612

Log:
  misc/nms: Fix configuration for ports-bases ncurses

Modified:
  head/misc/nms/Makefile

Modified: head/misc/nms/Makefile
==============================================================================
--- head/misc/nms/Makefile	Sun Nov 20 18:49:58 2016	(r426611)
+++ head/misc/nms/Makefile	Sun Nov 20 19:07:28 2016	(r426612)
@@ -14,6 +14,8 @@ COMMENT=	Recreate decrypting text effect
 LICENSE=	GPLv3
 
 USES=		gmake ncurses
+MAKE_ARGS+=	NCURSES_H=${NCURSESINC}/ncurses.h
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	bartobri
 GH_PROJECT=	no-more-secrets


More information about the svn-ports-all mailing list