Date: Thu, 4 Feb 2016 18:41:27 +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: r408072 - head/games/aop Message-ID: <201602041841.u14IfRNu079701@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Feb 4 18:41:27 2016 New Revision: 408072 URL: https://svnweb.freebsd.org/changeset/ports/408072 Log: games/aop: document ncurses requirement (USES+=ncurses), respect LDFLAGS Modified: head/games/aop/Makefile Modified: head/games/aop/Makefile ============================================================================== --- head/games/aop/Makefile Thu Feb 4 18:39:28 2016 (r408071) +++ head/games/aop/Makefile Thu Feb 4 18:41:27 2016 (r408072) @@ -16,6 +16,8 @@ COMMENT= Ncurses based arcade game with LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= ncurses +MAKE_ARGS= LDFLAGS="${LDFLAGS} -lncurses" ALL_TARGET= #empty PORTDOCS= README
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602041841.u14IfRNu079701>