diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-09-03 18:24:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-09-03 18:24:24 +0000 |
commit | 8a2040d04520899dea9411aa04965f8c5bf8c1a3 (patch) | |
tree | 3a647f6e0805792b2480dfd42eb4cdabd7617cc2 /games | |
parent | 7294d0307422be180b8c195ec430cc6fab6506cb (diff) | |
download | ports-8a2040d04520899dea9411aa04965f8c5bf8c1a3.tar.gz ports-8a2040d04520899dea9411aa04965f8c5bf8c1a3.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/warzone2100/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index d31145b3eee5..45b3b80b7846 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -24,8 +24,8 @@ LIB_DEPENDS= libphysfs.so:devel/physfs \ libharfbuzz.so:print/harfbuzz RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu -USES= bison compiler:c++11-lib gmake localbase openal:al pkgconfig \ - qmake:no_env qt:5 ssl tar:xz +USES= bison compiler:c++11-lib gl gmake localbase openal:al pkgconfig \ + qmake:no_env qt:5 sdl ssl tar:xz GNU_CONFIGURE= yes USE_GL= gl glu glew USE_SDL= sdl2 @@ -33,7 +33,8 @@ USE_XORG= x11 xrandr USE_QT= core gui widgets script buildtools_build CONFIGURE_ARGS= --program-transform-name="" --with-distributor="FreeBSD ports" CONFIGURE_ENV= LIBCRYPTO_CFLAGS="-I${OPENSSLINC}" \ - LIBCRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" + LIBCRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \ + CCOMPILER="${CC}" CXXCOMPILER="${CXX}" PORTDOCS= * PORTDATA= * |