svn commit: r408239 - head/games/frotz

John Marino marino at FreeBSD.org
Fri Feb 5 17:43:20 UTC 2016


Author: marino
Date: Fri Feb  5 17:43:18 2016
New Revision: 408239
URL: https://svnweb.freebsd.org/changeset/ports/408239

Log:
  games/frotz: USES+= ncurses

Modified:
  head/games/frotz/Makefile

Modified: head/games/frotz/Makefile
==============================================================================
--- head/games/frotz/Makefile	Fri Feb  5 17:38:14 2016	(r408238)
+++ head/games/frotz/Makefile	Fri Feb  5 17:43:18 2016	(r408239)
@@ -14,9 +14,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USE_GITHUB=	yes
 GH_ACCOUNT=	DavidGriffith
 
-USES=		gmake
+USES=		gmake ncurses
 
-MAKE_ARGS=	-e
+MAKE_ARGS=	-e CURSES="${LDFLAGS} -lncurses"
 MAKE_ENV=	OPTS="${CFLAGS}" CONFIG_DIR="${PREFIX}/etc"
 
 PLIST_FILES=	bin/frotz \


More information about the svn-ports-all mailing list