aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-01-31 09:43:55 +0000
committerJohn Marino <marino@FreeBSD.org>2016-01-31 09:43:55 +0000
commite4a2fda817f90230c0cc82d653c2b18735f255ed (patch)
tree4ecdbdef447c3a82e32a56f15cc460054a70a629
parentc5f0887beec5b65b170d7d27764ae9a40f59e9a9 (diff)
downloadports-e4a2fda817f90230c0cc82d653c2b18735f255ed.tar.gz
ports-e4a2fda817f90230c0cc82d653c2b18735f255ed.zip
games/braincurses: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=407600
-rw-r--r--games/braincurses/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/braincurses/Makefile b/games/braincurses/Makefile
index 094720a338d7..863324632b65 100644
--- a/games/braincurses/Makefile
+++ b/games/braincurses/Makefile
@@ -10,6 +10,8 @@ COMMENT= Clone of the Mastermind game
LICENSE= GPLv2
+USES= ncurses
+
USE_GITHUB= yes
GH_ACCOUNT= bderrly
GH_TAGNAME= 8f603c1