aboutsummaryrefslogtreecommitdiff
path: root/games/nonsense
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-12-07 05:19:44 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-12-07 05:19:44 +0000
commit8f2c34bf19aae77b4f37d2de01667ab8fde89822 (patch)
tree41ea6a6ad23d15ab3efc6e1a8efada30cc77fce5 /games/nonsense
parent1a4d428ca7d30a0b78104ed3a36f665268dd7c98 (diff)
downloadports-8f2c34bf19aae77b4f37d2de01667ab8fde89822.tar.gz
ports-8f2c34bf19aae77b4f37d2de01667ab8fde89822.zip
Add recently added NO_ARCH variable to some of my ports which can use it.
Notes
Notes: svn path=/head/; revision=335811
Diffstat (limited to 'games/nonsense')
-rw-r--r--games/nonsense/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nonsense/Makefile b/games/nonsense/Makefile
index d629ec34fa79..c9104f73619f 100644
--- a/games/nonsense/Makefile
+++ b/games/nonsense/Makefile
@@ -9,7 +9,8 @@ MASTER_SITES= SF
MAINTAINER= eadler@FreeBSD.org
COMMENT= Nonsense text generator
-NO_BUILD= defined
+NO_BUILD= yes
+NO_ARCH= yes
.include <bsd.port.options.mk>