Date: Thu, 4 Feb 2016 18:36:58 +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: r408069 - head/games/2048 Message-ID: <201602041836.u14IaweI077301@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602041836.u14IaweI077301>