diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 18:47:01 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 18:47:01 +0800 |
commit | ef878751a79ba6aaefefa599a76c833c618977d5 (patch) | |
tree | e67483ee6a85fa279cba6dfa007a1304c37237d9 /games/uhexen | |
parent | 78b522d04c8a56a2bcf7582bd65b2e049494ea9e (diff) | |
download | freebsd-ports-gnome-ef878751a79ba6aaefefa599a76c833c618977d5.tar.gz freebsd-ports-gnome-ef878751a79ba6aaefefa599a76c833c618977d5.tar.zst freebsd-ports-gnome-ef878751a79ba6aaefefa599a76c833c618977d5.zip |
games: Add missing USES={gnome,gl,sdl,xorg}
Diffstat (limited to 'games/uhexen')
-rw-r--r-- | games/uhexen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/uhexen/Makefile b/games/uhexen/Makefile index c670a7a83564..b1a51f4bacff 100644 --- a/games/uhexen/Makefile +++ b/games/uhexen/Makefile @@ -13,7 +13,7 @@ COMMENT= Yet another port of Hexen, popular game from Raven Software BROKEN_powerpc= fails to compile BROKEN_powerpc64= fails to compile: m_misc.o: undefined reference to 'ShortSwap' -USES= gmake +USES= gmake sdl USE_SDL= mixer sdl MAKE_ENV= EXTRA_LIBS=-lm |