games/enygma: Fix configure for ports ncurses

This commit is contained in:
John Marino 2016-11-20 16:43:17 +00:00
parent eaf2007864
commit b95f5f38cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426604

View File

@ -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>