diff options
Diffstat (limited to 'games/crossfire-client/Makefile')
-rw-r--r-- | games/crossfire-client/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 373ec8e28cf0..f6355963060e 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= crossfire-client -DISTVERSION= 1.75.4 +DISTVERSION= 1.75.5 CATEGORIES= games MASTER_SITES= SF/crossfire/${PORTNAME}/${DISTVERSION} @@ -19,6 +19,7 @@ USE_PERL5= build USE_SDL= mixer2 sdl2 USE_XORG= ice sm x11 xext -CMAKE_ARGS= -DLUA=OFF -DMETASERVER2=ON -DSOUND=ON +CMAKE_ON= METASERVER2 SOUND +CMAKE_OFF= LUA .include <bsd.port.mk> |