diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-06-10 18:08:53 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-06-10 18:08:53 +0000 |
commit | 51ea597dcb1d892681ad62e15f72a879336f163c (patch) | |
tree | b1bfebf8e552f03360b1445580f3c6cee34887ca /games/wop | |
parent | 78a3efce3d08ac1141c7a5795221504bac63ccf7 (diff) | |
download | ports-51ea597dcb1d892681ad62e15f72a879336f163c.tar.gz ports-51ea597dcb1d892681ad62e15f72a879336f163c.zip |
Notes
Diffstat (limited to 'games/wop')
-rw-r--r-- | games/wop/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/wop/Makefile b/games/wop/Makefile index 65af38e3793e..9a38ac3349db 100644 --- a/games/wop/Makefile +++ b/games/wop/Makefile @@ -18,12 +18,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= makedepend:devel/makedepend -USES= tar:bzip2 gmake +USES= compiler gmake tar:bzip2 USE_SDL= sdl net mixer ttf image MAKE_JOBS_UNSAFE= yes -CXXFLAGS+= -Wno-c++11-narrowing -Wno-reserved-user-defined-literal +CXXFLAGS_clang= -Wno-c++11-narrowing -Wno-reserved-user-defined-literal +CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} DATAVERSION= 2005-12-21 DESKTOP_ENTRIES="Worms of Prey" \ |