Date: Thu, 4 Feb 2016 21:41:50 +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: r408103 - head/games/ladder Message-ID: <201602042141.u14Lfou3035004@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Feb 4 21:41:49 2016 New Revision: 408103 URL: https://svnweb.freebsd.org/changeset/ports/408103 Log: games/ladder: USES+= ncurses, respect LDFLAGS Modified: head/games/ladder/Makefile Modified: head/games/ladder/Makefile ============================================================================== --- head/games/ladder/Makefile Thu Feb 4 21:40:57 2016 (r408102) +++ head/games/ladder/Makefile Thu Feb 4 21:41:49 2016 (r408103) @@ -15,7 +15,8 @@ COMMENT= The old "ladder" game RESTRICTED= possible copyright problems ? -USES= tar +USES= ncurses tar +MAKE_ARGS= LIBS="${LDFLAGS} -lncurses" NO_WRKSUBDIR= true .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602042141.u14Lfou3035004>