1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

games/bsdtris: USES+=ncurses plus ...

link with libncurses rather than libcurses + libtermcap
This commit is contained in:
John Marino 2016-02-04 19:59:11 +00:00
parent 91e602cc75
commit 666ed13d83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408087

View File

@ -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>