diff options
author | marino <marino@FreeBSD.org> | 2016-01-31 16:46:22 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-31 16:46:22 +0800 |
commit | 308a893b12f773b9b1701044283b429223eec6cd (patch) | |
tree | 4be7971c1de608a8686d409322b68c41ebedc0ce /games/nInvaders | |
parent | d046e1b2886db322ccab358d6998da5ed7853090 (diff) | |
download | freebsd-ports-gnome-308a893b12f773b9b1701044283b429223eec6cd.tar.gz freebsd-ports-gnome-308a893b12f773b9b1701044283b429223eec6cd.tar.zst freebsd-ports-gnome-308a893b12f773b9b1701044283b429223eec6cd.zip |
games/ninvaders: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'games/nInvaders')
-rw-r--r-- | games/nInvaders/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/nInvaders/Makefile b/games/nInvaders/Makefile index a581cdb7e82b..9bf00fe394c0 100644 --- a/games/nInvaders/Makefile +++ b/games/nInvaders/Makefile @@ -10,6 +10,8 @@ DISTNAME= ninvaders-${PORTVERSION} MAINTAINER= mich@FreeBSD.org COMMENT= The nInvaders game is a Space Invaders clone for ncurses +USES= ncurses + OPTIONS_DEFINE= DOCS post-patch: |