svn commit: r502770 - head/games/devilutionX

Tobias Kortkamp tobik at FreeBSD.org
Mon May 27 06:32:25 UTC 2019


Author: tobik
Date: Mon May 27 06:32:24 2019
New Revision: 502770
URL: https://svnweb.freebsd.org/changeset/ports/502770

Log:
  games/devilutionX: Remove USES=compiler:c++14-lang
  
  It does not make any sense when also setting USE_GCC=yes.

Modified:
  head/games/devilutionX/Makefile

Modified: head/games/devilutionX/Makefile
==============================================================================
--- head/games/devilutionX/Makefile	Mon May 27 06:16:31 2019	(r502769)
+++ head/games/devilutionX/Makefile	Mon May 27 06:32:24 2019	(r502770)
@@ -14,7 +14,7 @@ ONLY_FOR_ARCHS_REASON=	Uses inline x86 assembly
 
 LIB_DEPENDS=	libsodium.so:security/libsodium
 
-USES=		cmake compiler:c++14-lang dos2unix sdl
+USES=		cmake dos2unix sdl
 USE_GCC=	yes
 USE_SDL=	mixer2 sdl2 ttf2
 


More information about the svn-ports-all mailing list