diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2019-09-20 21:17:10 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2019-09-20 21:17:10 +0000 |
commit | e025da18549c14554f3fbfe947686a8f11d5b2fe (patch) | |
tree | c68b76cc77b1756e3b66000557d08b319b4a38f3 /games | |
parent | fda6691b0b07fbfe74a0c887927d6e1645116898 (diff) |
Add missing USES=xorg for my ports
Notes
Notes:
svn path=/head/; revision=512444
Diffstat (limited to 'games')
-rw-r--r-- | games/briquolo/Makefile | 2 | ||||
-rw-r--r-- | games/cosmosmash/Makefile | 2 | ||||
-rw-r--r-- | games/openalchemist/Makefile | 2 | ||||
-rw-r--r-- | games/openjazz/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index dd0e6998c70b..31ad560de76f 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png -USES= tar:bzip2 gl gmake iconv desktop-file-utils sdl +USES= tar:bzip2 gl gmake iconv desktop-file-utils sdl xorg USE_GL= gl USE_SDL= mixer sdl ttf USE_XORG= x11 diff --git a/games/cosmosmash/Makefile b/games/cosmosmash/Makefile index 6220a8c14075..db604403c6e8 100644 --- a/games/cosmosmash/Makefile +++ b/games/cosmosmash/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libflatzebra-0.1.so:devel/flatzebra \ libmikmod.so:audio/libmikmod \ libaudiofile.so:audio/libaudiofile -USES= iconv pkgconfig desktop-file-utils sdl +USES= iconv pkgconfig desktop-file-utils sdl xorg USE_CXXSTD= gnu++98 USE_SDL= sdl image mixer USE_XORG= x11 xau xdmcp diff --git a/games/openalchemist/Makefile b/games/openalchemist/Makefile index 82efe31214a3..4a00b26a1ea2 100644 --- a/games/openalchemist/Makefile +++ b/games/openalchemist/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libclanCore.so:devel/clanlib1 \ libpng.so:graphics/png USES= autoreconf gl gmake gnome iconv jpeg pkgconfig python:2.7,run \ - sdl shebangfix + sdl shebangfix xorg USE_GNOME= pygtk2 USE_XORG= xxf86vm xi x11 xmu xext xdamage xfixes xau xdmcp xt sm ice USE_GL= gl glu diff --git a/games/openjazz/Makefile b/games/openjazz/Makefile index 1ec88da8a32e..c1f761af2364 100644 --- a/games/openjazz/Makefile +++ b/games/openjazz/Makefile @@ -10,7 +10,7 @@ COMMENT= Free re-implementation of the Jazz Jackrabbit(tm) game engine LICENSE= GPLv2 -USES= dos2unix gmake sdl +USES= dos2unix gmake sdl xorg USE_XORG= x11 xext xrandr xrender xau xdmcp USE_SDL= sdl |