diff options
author | maya <maya@pkgsrc.org> | 2018-11-20 18:09:46 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-11-20 18:09:46 +0000 |
commit | 32bf561d310f581b05a6517cd1d734e39c2ebe92 (patch) | |
tree | 285dd09491f4bd18fcf275699be41e9286acc09f /games | |
parent | 1e99c747e428485b6e1d55526b46fc20fa27ca53 (diff) | |
download | pkgsrc-32bf561d310f581b05a6517cd1d734e39c2ebe92.tar.gz |
angband-tty: Drop old GCC logic
Diffstat (limited to 'games')
-rw-r--r-- | games/angband-tty/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile index 83158b65d40..0af7a58cfcc 100644 --- a/games/angband-tty/Makefile +++ b/games/angband-tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2017/01/03 21:38:29 roy Exp $ +# $NetBSD: Makefile,v 1.41 2018/11/20 18:09:46 maya Exp $ # DISTNAME= angband-283 @@ -25,10 +25,6 @@ BUILD_TARGET= angband SPOILERFILE= angband-spoilers.tar.gz -.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -GCC_REQD+= 2.95.3 -.endif - SETGIDGAME= yes SPECIAL_PERMS= bin/angband ${SETGID_GAMES_PERMS} |