Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2018 08:43:53 +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: r487736 - head/science/qwalk
Message-ID:  <201812180843.wBI8hrHT072866@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Dec 18 08:43:53 2018
New Revision: 487736
URL: https://svnweb.freebsd.org/changeset/ports/487736

Log:
  science/qwalk: Fix build with GCC-based architectures
  
  Also add USES=gnome.
  
  PR:		234115
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/science/qwalk/Makefile

Modified: head/science/qwalk/Makefile
==============================================================================
--- head/science/qwalk/Makefile	Tue Dec 18 08:41:15 2018	(r487735)
+++ head/science/qwalk/Makefile	Tue Dec 18 08:43:53 2018	(r487736)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/../COPYING
 
 PORTSCOUT=	limit:^.*[1-9]\. # prevent words like 'broken'
 
-USES=		fortran gmake perl5
+USES=		compiler:c++11-lang fortran gmake gnome perl5
 USE_GITHUB=	yes
 GH_ACCOUNT=	QWalk
 GH_PROJECT=	mainline



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