diff options
author | marino <marino@FreeBSD.org> | 2016-11-20 21:45:56 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-11-20 21:45:56 +0800 |
commit | f5c90c79b3d9611c22632b23c63fa32d939e2c39 (patch) | |
tree | e0bdc0765f9e0207039823c8cd831898ea632a27 /games/nlarn | |
parent | 28e783429061428f3c4a7ee75881c43b6d9387a0 (diff) | |
download | freebsd-ports-gnome-f5c90c79b3d9611c22632b23c63fa32d939e2c39.tar.gz freebsd-ports-gnome-f5c90c79b3d9611c22632b23c63fa32d939e2c39.tar.zst freebsd-ports-gnome-f5c90c79b3d9611c22632b23c63fa32d939e2c39.zip |
games/critterding, games/nlarn, misc/crosspad: Document ncurses requirement
Approved by: ncurses blanket
Diffstat (limited to 'games/nlarn')
-rw-r--r-- | games/nlarn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nlarn/Makefile b/games/nlarn/Makefile index 8fd7997abd3c..679c7783b748 100644 --- a/games/nlarn/Makefile +++ b/games/nlarn/Makefile @@ -12,7 +12,7 @@ COMMENT= Roguelike game and as such a remake of the classic game Larn LICENSE= GPLv3 -USES= gmake lua:51 pkgconfig +USES= gmake lua:51 ncurses pkgconfig USE_GNOME= glib20 post-configure: |