diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 20:19:59 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 20:19:59 +0000 |
commit | ef5d45aaa64535e3cb0499fe297423c5f873ecbd (patch) | |
tree | 94674d44da850da02e8ab4969da3e457bef57094 /games/heretic | |
parent | 40f4b34b5a9ac32ac529d75838c6394e5a08ff08 (diff) | |
download | ports-ef5d45aaa64535e3cb0499fe297423c5f873ecbd.tar.gz ports-ef5d45aaa64535e3cb0499fe297423c5f873ecbd.zip |
Notes
Diffstat (limited to 'games/heretic')
-rw-r--r-- | games/heretic/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/heretic/Makefile b/games/heretic/Makefile index 500dfd912761..eabd463685de 100644 --- a/games/heretic/Makefile +++ b/games/heretic/Makefile @@ -30,10 +30,12 @@ OPTIONS_SUB= yes X11_ALL_TARGET= x11 X11_VARS= BINARY=xheretic +X11_USES= xorg X11_USE= XORG=x11,xext FASTX11_ALL_TARGET= fastx11 FASTX11_VARS= BINARY=xaheretic +FASTX11_USES= xorg FASTX11_USE= XORG=x11,xext SDL_ALL_TARGET= sdl |