diff options
author | yuri <yuri@FreeBSD.org> | 2018-12-18 16:43:53 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-12-18 16:43:53 +0800 |
commit | bfcd595c0b19e34f65f59f3347802931a6c37dfe (patch) | |
tree | 8917c93dbba8241ade671d9effdac927e39bfd07 /science | |
parent | 3ce226e50776a19cb483b4477ee08fa50b63ae5f (diff) | |
download | freebsd-ports-gnome-bfcd595c0b19e34f65f59f3347802931a6c37dfe.tar.gz freebsd-ports-gnome-bfcd595c0b19e34f65f59f3347802931a6c37dfe.tar.zst freebsd-ports-gnome-bfcd595c0b19e34f65f59f3347802931a6c37dfe.zip |
science/qwalk: Fix build with GCC-based architectures
Also add USES=gnome.
PR: 234115
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'science')
-rw-r--r-- | science/qwalk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/qwalk/Makefile b/science/qwalk/Makefile index 0e9a47b60199..e64035cfebde 100644 --- a/science/qwalk/Makefile +++ b/science/qwalk/Makefile @@ -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 |