diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-05-31 21:39:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-05-31 21:39:40 +0000 |
commit | 1bf34d9471b07e95c13032bb120ab8a28046b1bf (patch) | |
tree | a849baf1557136cb653abad8ce68cadb10206350 /games | |
parent | 9575090279b2d44179e83fe18a878f97114e763c (diff) | |
download | ports-1bf34d9471b07e95c13032bb120ab8a28046b1bf.tar.gz ports-1bf34d9471b07e95c13032bb120ab8a28046b1bf.zip |
- Disallow from pointyhat for overrunning filesize limit (>400MB)
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=297909
Diffstat (limited to 'games')
-rw-r--r-- | games/0ad/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/0ad/Makefile b/games/0ad/Makefile index e51461e70892..3ab2c906ccc1 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -44,6 +44,8 @@ WX_COMPS= wx:lib WX_UNICODE= yes MAKE_ENV+= JOBS=${_MAKE_JOBS} +MANUAL_PACKAGE_BUILD= yes # huge + SVNREV= r11863 PORTDATA= * |