aboutsummaryrefslogtreecommitdiff
path: root/graphics/goocanvasmm2/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-02 22:05:14 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-02 22:05:14 +0000
commitd4bb41077cf232174af9bd940efd807049100be3 (patch)
treedcfe7a43a9d9a14731e0cc2a6b7f5ae44113e1a2 /graphics/goocanvasmm2/Makefile
parent3dbc356d9a7427706cba95f4687ec84e158fe72e (diff)
downloadports-d4bb41077cf232174af9bd940efd807049100be3.tar.gz
ports-d4bb41077cf232174af9bd940efd807049100be3.zip
Fix build with new sigc++20
Notes
Notes: svn path=/head/; revision=437580
Diffstat (limited to 'graphics/goocanvasmm2/Makefile')
-rw-r--r--graphics/goocanvasmm2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/goocanvasmm2/Makefile b/graphics/goocanvasmm2/Makefile
index 1dccdab0812d..4cd81b955a8b 100644
--- a/graphics/goocanvasmm2/Makefile
+++ b/graphics/goocanvasmm2/Makefile
@@ -14,7 +14,8 @@ COMMENT= C++ bindings for the goocanvas widget for GTK
LIB_DEPENDS= libgoocanvas-2.0.so:graphics/goocanvas2
-USES= gmake libtool pathfix pkgconfig tar:xz
+USES= compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz
+USE_CXXSTD= c++11
USE_GNOME= gtkmm30
GNU_CONFIGURE= yes
USE_LDCONFIG= yes