svn commit: r408069 - head/games/2048

John Marino marino at FreeBSD.org
Thu Feb 4 18:37:00 UTC 2016


Author: marino
Date: Thu Feb  4 18:36:58 2016
New Revision: 408069
URL: https://svnweb.freebsd.org/changeset/ports/408069

Log:
  games/2048: document ncurses requirement (USES+=ncurses)
  
  Also link with libncurses, not libcurses
  
  approved by:	infrastructure blanket

Modified:
  head/games/2048/Makefile

Modified: head/games/2048/Makefile
==============================================================================
--- head/games/2048/Makefile	Thu Feb  4 18:09:09 2016	(r408068)
+++ head/games/2048/Makefile	Thu Feb  4 18:36:58 2016	(r408069)
@@ -17,7 +17,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	Tiehuis
 GH_PROJECT=	2048-cli
 
+USES=		ncurses
 ALL_TARGET=	2048 2048nc
+MAKE_ARGS=	LIBS="-lncurses"
 PLIST_FILES=	bin/2048 bin/2048nc man/man1/2048.1.gz man/man1/2048nc.1.gz
 PORTDOCS=	README.md
 


More information about the svn-ports-all mailing list