diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-02 22:14:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-02 22:14:12 +0000 |
commit | 496d33f4793d007db2b830a3fc104bcb94a582ce (patch) | |
tree | 15b37b28b8012b4a70eeaa49bbd3385d6c06a9c4 /x11-toolkits | |
parent | 99b0603d9043c2c2aee6db2b9b0d9b704523702a (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtksourceviewmm3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gtksourceviewmm3/Makefile b/x11-toolkits/gtksourceviewmm3/Makefile index faae9115da94..3a9508d382a0 100644 --- a/x11-toolkits/gtksourceviewmm3/Makefile +++ b/x11-toolkits/gtksourceviewmm3/Makefile @@ -14,7 +14,8 @@ COMMENT= C++ binding of GtkSourceView3 PORTSCOUT= limitw:1,even -USES= gmake libtool:keepla pathfix pkgconfig tar:xz +USES= compiler:c++11-lang gmake libtool:keepla pathfix pkgconfig tar:xz +USE_CXXSTD= c++11 USE_LDCONFIG= yes USE_GNOME= gtksourceview3 gnomeprefix gtkmm30 GNU_CONFIGURE= yes |