aboutsummaryrefslogtreecommitdiff
path: root/math/graphthing
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-12-02 12:49:53 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-12-02 12:49:53 +0000
commit5b2061f41fe7dc528a75be6ce58d920d6c0d2c79 (patch)
tree4e8244b2589a665bd0ba86d18590fd3732875e4c /math/graphthing
parent2ab8c302a336884ee345d0d413986cb847081781 (diff)
downloadports-5b2061f41fe7dc528a75be6ce58d920d6c0d2c79.tar.gz
ports-5b2061f41fe7dc528a75be6ce58d920d6c0d2c79.zip
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
Diffstat (limited to 'math/graphthing')
-rw-r--r--math/graphthing/Makefile2
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