diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-07-27 17:08:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-07-27 17:08:14 +0800 |
commit | 2376b6e467684425284fc86578b0d082929b30ce (patch) | |
tree | cdaaf5d14762c3a2fed56b7be849fe4dfa1e21fc /games | |
parent | b6e72f3a1632e92af4325b092afaada42aadb9ae (diff) | |
download | freebsd-ports-gnome-2376b6e467684425284fc86578b0d082929b30ce.tar.gz freebsd-ports-gnome-2376b6e467684425284fc86578b0d082929b30ce.tar.zst freebsd-ports-gnome-2376b6e467684425284fc86578b0d082929b30ce.zip |
Remove USES=ncurses, this never uses libncurses from ports
Diffstat (limited to 'games')
-rw-r--r-- | games/ascii-invaders/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/ascii-invaders/Makefile b/games/ascii-invaders/Makefile index c0f6a8dcdc9d..02f4f2225d3e 100644 --- a/games/ascii-invaders/Makefile +++ b/games/ascii-invaders/Makefile @@ -15,8 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= macdice -USES= ncurses - PLIST_FILES= bin/ascii_invaders do-install: |