diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-28 08:41:33 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-28 08:41:33 +0000 |
commit | 57c5a5fdbbba2aded7678ae655fa78c11fe14571 (patch) | |
tree | 2e66529a6c12d21f52f7879dadc03f4bd9ecdf6a | |
parent | 9ce11cf76420074b8aa90936159184d33acb8c92 (diff) | |
download | FreeBSD-ports-57c5a5fdbbba2aded7678ae655fa78c11fe14571.zip FreeBSD-ports-57c5a5fdbbba2aded7678ae655fa78c11fe14571.tar.gz |
- Disable server until it's unbroken (haskell problem)
-rw-r--r-- | games/hedgewars/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hedgewars/Makefile b/games/hedgewars/Makefile index 7fdff3f..b3e1cd9 100644 --- a/games/hedgewars/Makefile +++ b/games/hedgewars/Makefile @@ -38,7 +38,7 @@ PORTDATA= * # VIDEOREC - broken with recent ffmpeg OPTIONS_DEFINE= SERVER # VIDEOREC -OPTIONS_DEFAULT=SERVER +#OPTIONS_DEFAULT=SERVER # until it's unbroken SERVER_DESC= Build server (requires haskell) #VIDEOREC_DESC= Enable video recording (requires ffmpeg) |