Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2018 00:06:34 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487931 - head/science/xdrawchem
Message-ID:  <201812210006.wBL06YKH057735@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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