svn commit: r501304 - head/science/clipper

Piotr Kubaj pkubaj at FreeBSD.org
Sat May 11 20:30:20 UTC 2019


Author: pkubaj
Date: Sat May 11 20:30:19 2019
New Revision: 501304
URL: https://svnweb.freebsd.org/changeset/ports/501304

Log:
  science/clipper: add USES=compiler:c++11-lang
  
  This is needed to build science/coot.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/science/clipper/Makefile

Modified: head/science/clipper/Makefile
==============================================================================
--- head/science/clipper/Makefile	Sat May 11 20:29:56 2019	(r501303)
+++ head/science/clipper/Makefile	Sat May 11 20:30:19 2019	(r501304)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libccp4c.so:science/libccp4 \
 		libmmdb2.so:science/mmdb2 \
 		libsfftw.so:math/fftw-float
 
-USES=		fortran gmake libtool localbase:ldflags
+USES=		compiler:c++11-lang fortran gmake libtool localbase:ldflags
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared --disable-static \
 		--enable-phs --enable-cns --enable-mmdb --enable-minimol --enable-cif --enable-ccp4 --enable-fortran


More information about the svn-ports-all mailing list