svn commit: r497143 - head/games/brikx

Mark Linimon linimon at FreeBSD.org
Fri Mar 29 14:33:16 UTC 2019


Author: linimon
Date: Fri Mar 29 14:33:15 2019
New Revision: 497143
URL: https://svnweb.freebsd.org/changeset/ports/497143

Log:
  Fix configure error on gcc-based architectures:
  
    configure: error: C++ compiler cannot create executables
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/brikx/Makefile

Modified: head/games/brikx/Makefile
==============================================================================
--- head/games/brikx/Makefile	Fri Mar 29 14:32:07 2019	(r497142)
+++ head/games/brikx/Makefile	Fri Mar 29 14:33:15 2019	(r497143)
@@ -12,7 +12,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Puzzle game - remove all tiles from the table
 
-USES=		tar:bzip2
+USES=		compiler:c++11-lang tar:bzip2
 GNU_CONFIGURE=	yes
 USE_SDL=	sdl mixer image ttf
 


More information about the svn-ports-all mailing list