svn commit: r426604 - head/games/enygma

John Marino marino at FreeBSD.org
Sun Nov 20 16:43:18 UTC 2016


Author: marino
Date: Sun Nov 20 16:43:17 2016
New Revision: 426604
URL: https://svnweb.freebsd.org/changeset/ports/426604

Log:
  games/enygma: Fix configure for ports ncurses

Modified:
  head/games/enygma/Makefile

Modified: head/games/enygma/Makefile
==============================================================================
--- head/games/enygma/Makefile	Sun Nov 20 16:10:19 2016	(r426603)
+++ head/games/enygma/Makefile	Sun Nov 20 16:43:17 2016	(r426604)
@@ -17,5 +17,6 @@ LICENSE_FILE=	${WRKSRC}/LICENCE
 USES=		ncurses
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=/var/games
+CPPFLAGS+=	-I${NCURSESINC} -I${LOCALBASE}/include
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list