svn commit: r490105 - head/science/molsketch

Mark Linimon linimon at FreeBSD.org
Sun Jan 13 02:18:24 UTC 2019


Author: linimon
Date: Sun Jan 13 02:18:22 2019
New Revision: 490105
URL: https://svnweb.freebsd.org/changeset/ports/490105

Log:
  USES=compiler:c++11-lang is necessary to build this port on GCC-based
  architectures.
  
  PR:		234373
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/science/molsketch/Makefile

Modified: head/science/molsketch/Makefile
==============================================================================
--- head/science/molsketch/Makefile	Sun Jan 13 02:05:12 2019	(r490104)
+++ head/science/molsketch/Makefile	Sun Jan 13 02:18:22 2019	(r490105)
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libopenbabel.so:science/openbabel
 
-USES=		cmake desktop-file-utils localbase:ldflags pkgconfig qt:5 shared-mime-info
+USES=		cmake compiler:c++11-lang desktop-file-utils localbase:ldflags \
+		pkgconfig qt:5 shared-mime-info
 USE_QT=		core gui network printsupport svg widgets buildtools_build qmake_build
 USE_LDCONFIG=	${PREFIX}/lib/molsketch
 


More information about the svn-ports-head mailing list