Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2016 16:43:17 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426604 - head/games/enygma
Message-ID:  <201611201643.uAKGhHu0062260@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611201643.uAKGhHu0062260>