svn commit: r408087 - head/games/bsdtris

John Marino marino at FreeBSD.org
Thu Feb 4 19:59:13 UTC 2016


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 at FreeBSD.org
 COMMENT=	BSD version of text-based Tetris game
 
+USES=		ncurses
+MAKE_ARGS=	TMPLDFLAGS="-lncurses"
 NO_WRKSUBDIR=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list