svn commit: r408096 - head/games/falconseye

John Marino marino at FreeBSD.org
Thu Feb 4 21:16:35 UTC 2016


Author: marino
Date: Thu Feb  4 21:16:34 2016
New Revision: 408096
URL: https://svnweb.freebsd.org/changeset/ports/408096

Log:
  games/falconseye: USES+= ncurses, link to libncurses, not libcurses

Modified:
  head/games/falconseye/Makefile

Modified: head/games/falconseye/Makefile
==============================================================================
--- head/games/falconseye/Makefile	Thu Feb  4 21:12:41 2016	(r408095)
+++ head/games/falconseye/Makefile	Thu Feb  4 21:16:34 2016	(r408096)
@@ -13,9 +13,10 @@ COMMENT=	NetHack derivative
 
 RUN_DEPENDS=	timidity:${PORTSDIR}/audio/timidity
 
-USES=		perl5 zip
+USES=		ncurses perl5 zip
 DATADIR=	${PREFIX}/share/falconseyedir
 MAKE_ENV=	NHDIR="${DATADIR}" NETHACKCONFIG="${NETHACKCONFIG}"
+MAKE_ARGS=	WINTTYLIB="-lncurses"
 NETHACKCONFIG=	${FILESDIR}/x-config
 USE_SDL=	sdl
 USE_PERL5=	build


More information about the svn-ports-all mailing list