svn commit: r486412 - head/math/graphthing

Mark Linimon linimon at FreeBSD.org
Sun Dec 2 12:49:54 UTC 2018


Author: linimon
Date: Sun Dec  2 12:49:53 2018
New Revision: 486412
URL: https://svnweb.freebsd.org/changeset/ports/486412

Log:
  USES=compiler:c++11-lang is necessary to fix build on GCC-based
  architectures.
  
  While here, pet portlint.
  
  PR:		233614
  Submitted by:	Piotr Kubaj

Modified:
  head/math/graphthing/Makefile

Modified: head/math/graphthing/Makefile
==============================================================================
--- head/math/graphthing/Makefile	Sun Dec  2 12:47:37 2018	(r486411)
+++ head/math/graphthing/Makefile	Sun Dec  2 12:49:53 2018	(r486412)
@@ -13,8 +13,8 @@ COMMENT=	Tool that allows you to create, manipulate, a
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		bison compiler:c++11-lang gmake tar:bzip2
 USE_GNOME=	gtk20
-USES=		bison gmake tar:bzip2
 USE_WX=		2.8
 WX_CONF_ARGS=	absolute
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list