diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-12-02 12:49:53 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-12-02 12:49:53 +0000 |
commit | 5b2061f41fe7dc528a75be6ce58d920d6c0d2c79 (patch) | |
tree | 4e8244b2589a665bd0ba86d18590fd3732875e4c | |
parent | 2ab8c302a336884ee345d0d413986cb847081781 (diff) |
USES=compiler:c++11-lang is necessary to fix build on GCC-based
architectures.
While here, pet portlint.
PR: 233614
Submitted by: Piotr Kubaj
Notes
Notes:
svn path=/head/; revision=486412
-rw-r--r-- | math/graphthing/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile index c2097b77fc10..345f6503ff90 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -13,8 +13,8 @@ COMMENT= Tool that allows you to create, manipulate, and study graphs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= bison compiler:c++11-lang gmake tar:bzip2 USE_GNOME= gtk20 -USES= bison gmake tar:bzip2 USE_WX= 2.8 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes |