svn commit: r487931 - head/science/xdrawchem

Yuri Victorovich yuri at FreeBSD.org
Fri Dec 21 00:06:35 UTC 2018


Author: yuri
Date: Fri Dec 21 00:06:34 2018
New Revision: 487931
URL: https://svnweb.freebsd.org/changeset/ports/487931

Log:
  science/xdrawchem: Fix build with GCC-based architectures
  
  PR:		234219
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/science/xdrawchem/Makefile

Modified: head/science/xdrawchem/Makefile
==============================================================================
--- head/science/xdrawchem/Makefile	Fri Dec 21 00:04:17 2018	(r487930)
+++ head/science/xdrawchem/Makefile	Fri Dec 21 00:06:34 2018	(r487931)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/doc/GPL.txt
 
 LIB_DEPENDS=	libopenbabel.so:science/openbabel
 
-USES=		qmake qt:5
+USES=		compiler:c++11-lang gl qmake qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	bryanherger
 USE_QT=		core gui network printsupport widgets xml buildtools_build


More information about the svn-ports-all mailing list