Date: Thu, 4 Feb 2016 19:59:11 +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: r408087 - head/games/bsdtris Message-ID: <201602041959.u14JxB4N002451@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Feb 4 19:59:11 2016 New Revision: 408087 URL: https://svnweb.freebsd.org/changeset/ports/408087 Log: games/bsdtris: USES+=ncurses plus ... link with libncurses rather than libcurses + libtermcap Modified: head/games/bsdtris/Makefile Modified: head/games/bsdtris/Makefile ============================================================================== --- head/games/bsdtris/Makefile Thu Feb 4 19:56:57 2016 (r408086) +++ head/games/bsdtris/Makefile Thu Feb 4 19:59:11 2016 (r408087) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-01092003 MAINTAINER= ports@FreeBSD.org COMMENT= BSD version of text-based Tetris game +USES= ncurses +MAKE_ARGS= TMPLDFLAGS="-lncurses" NO_WRKSUBDIR= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602041959.u14JxB4N002451>