svn commit: r408093 - head/games/ctris

John Marino marino at FreeBSD.org
Thu Feb 4 21:09:22 UTC 2016


Author: marino
Date: Thu Feb  4 21:09:20 2016
New Revision: 408093
URL: https://svnweb.freebsd.org/changeset/ports/408093

Log:
  games/ctris: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
  
  approved by:	infrastructure blanket

Modified:
  head/games/ctris/Makefile

Modified: head/games/ctris/Makefile
==============================================================================
--- head/games/ctris/Makefile	Thu Feb  4 20:58:53 2016	(r408092)
+++ head/games/ctris/Makefile	Thu Feb  4 21:09:20 2016	(r408093)
@@ -12,7 +12,8 @@ COMMENT=	Colorized, small, and flexible 
 
 LICENSE=	GPLv2
 
-USES=		tar:bzip2
+USES=		ncurses tar:bzip2
+MAKE_ARGS=	LIBS="${LDFLAGS} -lncurses -lm"
 
 PLIST_FILES=	bin/ctris man/man6/ctris.6.gz
 


More information about the svn-ports-all mailing list