diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-09-10 18:48:56 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-09-10 18:48:56 +0800 |
commit | 2796e7b63c6421659b12a83c07b26bbe8ba2685c (patch) | |
tree | ae0c098216e93201dbecc05548a9ddfdc2120243 /games | |
parent | b751a5256e6cf2f315a0755d247c82d436026627 (diff) | |
download | freebsd-ports-gnome-2796e7b63c6421659b12a83c07b26bbe8ba2685c.tar.gz freebsd-ports-gnome-2796e7b63c6421659b12a83c07b26bbe8ba2685c.tar.zst freebsd-ports-gnome-2796e7b63c6421659b12a83c07b26bbe8ba2685c.zip |
Mark NO_ARCH
Diffstat (limited to 'games')
-rw-r--r-- | games/textmaze/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/textmaze/Makefile b/games/textmaze/Makefile index 2db206506c21..528457d9cbf4 100644 --- a/games/textmaze/Makefile +++ b/games/textmaze/Makefile @@ -14,6 +14,7 @@ COMMENT= Generates mazes on a text terminal and lets you traverse them RUN_DEPENDS= p5-Curses>=0:devel/p5-Curses USES= shebangfix perl5 +NO_ARCH= yes NO_BUILD= yes SHEBANG_FILES= textmaze |