svn commit: r488427 - head/graphics/picpuz

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 20:13:42 UTC 2018


Author: linimon
Date: Wed Dec 26 20:13:40 2018
New Revision: 488427
URL: https://svnweb.freebsd.org/changeset/ports/488427

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  While here, add USES=gnome.
  
  PR:		234330
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/picpuz/Makefile

Modified: head/graphics/picpuz/Makefile
==============================================================================
--- head/graphics/picpuz/Makefile	Wed Dec 26 20:11:07 2018	(r488426)
+++ head/graphics/picpuz/Makefile	Wed Dec 26 20:13:40 2018	(r488427)
@@ -14,7 +14,7 @@ COMMENT=	Jigsaw puzzle program
 BROKEN_armv6=		fails to compile: use of undeclared identifier __NR_SYSCALL_BASE
 BROKEN_armv7=		fails to compile: use of undeclared identifier __NR_SYSCALL_BASE
 
-USES=		dos2unix gmake pkgconfig
+USES=		compiler:c++11-lang dos2unix gmake gnome pkgconfig
 DOS2UNIX_GLOB=	*.h
 USE_GNOME=	gtk20
 


More information about the svn-ports-all mailing list