Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 21:16:34 +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: r408096 - head/games/falconseye
Message-ID:  <201602042116.u14LGYQZ026201@repo.freebsd.org>

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



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