diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 10:47:01 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 10:47:01 +0000 |
commit | ef878751a79ba6aaefefa599a76c833c618977d5 (patch) | |
tree | e67483ee6a85fa279cba6dfa007a1304c37237d9 /games/zdoom | |
parent | 78b522d04c8a56a2bcf7582bd65b2e049494ea9e (diff) | |
download | freebsd-ports-ef878751a79ba6aaefefa599a76c833c618977d5.zip |
games: Add missing USES={gnome,gl,sdl,xorg}
Diffstat (limited to 'games/zdoom')
-rw-r--r-- | games/zdoom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/zdoom/Makefile b/games/zdoom/Makefile index 873edf641331..bd69fe8b3a84 100644 --- a/games/zdoom/Makefile +++ b/games/zdoom/Makefile @@ -28,7 +28,7 @@ PORTSCOUT= limit:^.+\.[1-9]{1,3}[1-8]?$$ DATADIR= ${DMDIR}/${PORTNAME} -USES= cmake gettext jpeg openal pkgconfig +USES= cmake gettext gnome jpeg openal pkgconfig sdl USE_GNOME= atk cairo gdkpixbuf2 gtk20 pango USE_SDL= sdl2 CMAKE_ARGS= -DNO_FMOD:BOOL=ON |