diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-31 08:59:55 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-31 08:59:55 +0000 |
commit | 66c5c27583a16c5f500eca8f7dcad4b958ce6f81 (patch) | |
tree | 7ef476dc1b3647b061229166a61b7e2bf886f956 /games/etracer | |
parent | f018bd3ea60b82e47c805fa4a73c3b8a93ec9f46 (diff) |
Notes
Diffstat (limited to 'games/etracer')
-rw-r--r-- | games/etracer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/etracer/Makefile b/games/etracer/Makefile index f2ecbbcae453..e3302b386cbd 100644 --- a/games/etracer/Makefile +++ b/games/etracer/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsfml-system.so:devel/sfml -USES= compiler:c++11-lang pkgconfig tar:xz +USES= compiler:c++11-lang gl pkgconfig tar:xz xorg USE_GL= gl glu GNU_CONFIGURE= yes |