diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2014-11-06 20:41:44 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2014-11-06 20:41:44 +0000 |
commit | f646fd8998c644fc3c833df036b49e705ed87d0b (patch) | |
tree | 1b8b9b66607c3597e47caac1d12ec142d0acf437 /games/nwndata | |
parent | a88a700c12da7a07904ad8c2d7c67f4c6367f2ba (diff) |
Block building for non-x86 ARCH.
Reviewed by: bdrewery (mentor)
Approved by: scf (maintainer)
Notes
Notes:
svn path=/head/; revision=372238
Diffstat (limited to 'games/nwndata')
-rw-r--r-- | games/nwndata/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/nwndata/Makefile b/games/nwndata/Makefile index 4e73f94c20a8..70b4022d869a 100644 --- a/games/nwndata/Makefile +++ b/games/nwndata/Makefile @@ -37,6 +37,9 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/nwn RESTRICTED= Distribution not allowed +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= Binary Distribution on x86 only + do-install: ${MKDIR} ${STAGEDIR}${DATADIR} .if defined(NWN_DIAMOND) |