aboutsummaryrefslogtreecommitdiff
path: root/graphics/geomorph
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-12-28 15:45:33 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-12-28 15:45:33 +0000
commit04e0d19257f232c8fa467d2c1a8749715dc8a010 (patch)
treed6ffb2d7f17a570dfff1b8e0fc9ab18daa28bd35 /graphics/geomorph
parentd05cf3aae9b17c82cc188e3247a833c91d363aa5 (diff)
downloadports-04e0d19257f232c8fa467d2c1a8749715dc8a010.tar.gz
ports-04e0d19257f232c8fa467d2c1a8749715dc8a010.zip
- Fix build with gcc by adding USES=compiler:c++11-lang
PR: 234437 Submitted by: pkubaj@anongoth.pl
Notes
Notes: svn path=/head/; revision=488607
Diffstat (limited to 'graphics/geomorph')
-rw-r--r--graphics/geomorph/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/geomorph/Makefile b/graphics/geomorph/Makefile
index 113667ab390a..dd2a3319da59 100644
--- a/graphics/geomorph/Makefile
+++ b/graphics/geomorph/Makefile
@@ -13,7 +13,8 @@ COMMENT= Height field generator and editor
LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
libpng.so:graphics/png
-USES= desktop-file-utils gmake pkgconfig shebangfix
+USES= compiler:c++11-lang desktop-file-utils gmake pkgconfig \
+ shebangfix
SHEBANG_FILES= update-rc
USE_GL= yes
GNU_CONFIGURE= yes