aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmm30
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-02 16:37:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-02 16:37:07 +0000
commitb7e0113c70c56aa4f8b9859942c25bf50a322982 (patch)
treec937ab62625d77ee4aecd58e8dc2b5539c099d1d /x11-toolkits/gtkmm30
parent6d25505558e67eb02e5b618c2b5ab1cbdd467a2c (diff)
Fix build with newer sigc++20
Notes
Notes: svn path=/head/; revision=437569
Diffstat (limited to 'x11-toolkits/gtkmm30')
-rw-r--r--x11-toolkits/gtkmm30/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile
index 90ff39f740a6..67a6419c51e1 100644
--- a/x11-toolkits/gtkmm30/Makefile
+++ b/x11-toolkits/gtkmm30/Makefile
@@ -20,7 +20,8 @@ PORTSCOUT= limitw:1,even
BUILD_DEPENDS= gm4:devel/m4
-USES+= gettext gmake libtool pathfix pkgconfig
+USES+= gettext gmake libtool pathfix pkgconfig compiler:c++11-lang
+USE_CXXSTD= c++11
USE_GNOME= gtk30 glibmm cairomm atkmm pangomm
GNU_CONFIGURE= yes
USE_LDCONFIG= yes