diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2019-02-26 08:04:24 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2019-02-26 08:04:24 +0000 |
commit | c3e22871a8a483dfae0276d30f3783f2de75a44b (patch) | |
tree | f6f14bfcb11bfb52f9d044eb2c160c388eb10f29 /games/0ad | |
parent | 39b7ad234d3ef7da5eae3a31190421c8ab165f4f (diff) | |
download | ports-c3e22871a8a483dfae0276d30f3783f2de75a44b.tar.gz ports-c3e22871a8a483dfae0276d30f3783f2de75a44b.zip |
Notes
Diffstat (limited to 'games/0ad')
-rw-r--r-- | games/0ad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/0ad/Makefile b/games/0ad/Makefile index 41eae6516134..350175ed3f0d 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -2,7 +2,7 @@ PORTNAME= 0ad PORTVERSION= 0.0.23b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://releases.wildfiregames.com/ \ SF/zero-ad/releases @@ -29,7 +29,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ USES= compiler:c++11-lib desktop-file-utils dos2unix gmake iconv jpeg openal:al \ pkgconfig python:2.7,build tar:xz -USE_GNOME= libxml2 gtk20 +USE_GNOME= libxml2 USE_GL= gl USE_SDL= sdl2 USE_XORG= x11 xcursor |