diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-11 11:59:55 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-11 11:59:55 +0000 |
commit | 68036db43cd9e32a2ec74856b4fbc1e3c580c064 (patch) | |
tree | 967a60b52a2c6a55eb62c604ab020d429226e211 /games/0ad | |
parent | e0ad301ffd7316129f28f9cb1d47b374bf2f8daf (diff) |
Notes
Diffstat (limited to 'games/0ad')
-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 f27a0719ae42..6b2ec2eda08c 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -2,6 +2,7 @@ PORTNAME= 0ad PORTVERSION= 0.0.21 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://releases.wildfiregames.com/ \ SF/zero-ad/releases @@ -14,6 +15,7 @@ COMMENT= Real-time strategy (RTS) game of ancient warfare BUILD_DEPENDS= zip:archivers/zip \ cmake:devel/cmake LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ + libicui18n.so:devel/icu \ libpng.so:graphics/png \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis \ |