svn commit: r487736 - head/science/qwalk

Yuri Victorovich yuri at FreeBSD.org
Tue Dec 18 08:43:54 UTC 2018


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 at 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


More information about the svn-ports-all mailing list