Date: Thu, 4 Feb 2016 21:09:21 +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: r408093 - head/games/ctris Message-ID: <201602042109.u14L9LL6023073@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602042109.u14L9LL6023073>