aboutsummaryrefslogtreecommitdiffstats
path: root/games/bsdtris
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-02-05 03:59:11 +0800
committermarino <marino@FreeBSD.org>2016-02-05 03:59:11 +0800
commit21bcd067bf67c82d33266cee14b3890b4218943a (patch)
tree749081fb8f1bab3ffb0efef3e8d996d37103dbd1 /games/bsdtris
parentc34fdfdd59b528e226cbc0204ed745bf2cbc37a3 (diff)
downloadfreebsd-ports-gnome-21bcd067bf67c82d33266cee14b3890b4218943a.tar.gz
freebsd-ports-gnome-21bcd067bf67c82d33266cee14b3890b4218943a.tar.zst
freebsd-ports-gnome-21bcd067bf67c82d33266cee14b3890b4218943a.zip
games/bsdtris: USES+=ncurses plus ...
link with libncurses rather than libcurses + libtermcap
Diffstat (limited to 'games/bsdtris')
-rw-r--r--games/bsdtris/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/bsdtris/Makefile b/games/bsdtris/Makefile
index 1059108f0514..f6fb89ffab0a 100644
--- a/games/bsdtris/Makefile
+++ b/games/bsdtris/Makefile
@@ -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>