diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-12-15 18:24:53 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-12-15 18:24:53 +0800 |
commit | 2a106d7bc36c3bfa77944008334e042f93acf7c6 (patch) | |
tree | 0aa9fcf68f9f23e058436f1080204ed7853acf50 /games/warsow-data | |
parent | 7950df2262194a16452c0919a092c52ea84f9645 (diff) | |
download | freebsd-ports-gnome-2a106d7bc36c3bfa77944008334e042f93acf7c6.tar.gz freebsd-ports-gnome-2a106d7bc36c3bfa77944008334e042f93acf7c6.tar.zst freebsd-ports-gnome-2a106d7bc36c3bfa77944008334e042f93acf7c6.zip |
Explain why data port is being restricted to certain architectures.
Diffstat (limited to 'games/warsow-data')
-rw-r--r-- | games/warsow-data/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/warsow-data/Makefile b/games/warsow-data/Makefile index a0ca167ef959..443930e35a0d 100644 --- a/games/warsow-data/Makefile +++ b/games/warsow-data/Makefile @@ -23,7 +23,10 @@ COMMENT= Warsow data files # Package size below is for default set of OPTIONS NO_PACKAGE= Package will be 574MB, set FORCE_PACKAGE if you really want it +# Game port is restricted to these architectures, so it makes no sense to +# package game data port as well (even it is not being technically built) ONLY_FOR_ARCHS= i386 amd64 + USE_ZIP= yes NO_BUILD= yes |