Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2018 22:15:45 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488469 - head/cad/pdnmesh
Message-ID:  <201812262215.wBQMFjJq012276@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Dec 26 22:15:45 2018
New Revision: 488469
URL: https://svnweb.freebsd.org/changeset/ports/488469

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  While here, add USES=gl gnome.
  
  PR:		234306
  Submitted by:	Piotr Kubaj
  Reviewed by:	swills

Modified:
  head/cad/pdnmesh/Makefile

Modified: head/cad/pdnmesh/Makefile
==============================================================================
--- head/cad/pdnmesh/Makefile	Wed Dec 26 22:11:16 2018	(r488468)
+++ head/cad/pdnmesh/Makefile	Wed Dec 26 22:15:45 2018	(r488469)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libgtkglext-x11-1.0.so:x11-toolkits/gtkgl
 OPTIONS_DEFINE=	ATLAS DOCS EXAMPLES
 ATLAS_DESC=	Enable ATLAS support
 
-USES=		fortran pkgconfig
+USES=		compiler:c++11-lang fortran gl gnome pkgconfig
 USE_GL=		glu
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812262215.wBQMFjJq012276>