svn commit: r488469 - head/cad/pdnmesh

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 22:15:46 UTC 2018


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


More information about the svn-ports-all mailing list