diff options
Diffstat (limited to 'x11/workrave')
-rw-r--r-- | x11/workrave/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/workrave/Makefile b/x11/workrave/Makefile index 1160c3dad305..c06f3fc4785b 100644 --- a/x11/workrave/Makefile +++ b/x11/workrave/Makefile @@ -13,7 +13,9 @@ LICENSE= GPLv3+ LIB_DEPENDS= libgdome.so:textproc/gdome2 -USES= autoreconf:build gettext gmake libtool localbase pathfix pkgconfig +USES= compiler:c++11-lang autoreconf:build gettext gmake libtool \ + localbase pathfix pkgconfig +USE_CXXSTD= c++11 USE_XORG= ice recordproto sm x11 xext xmu xscrnsaver xtst USE_GNOME= intltool intlhack introspection gtkmm30 GNU_CONFIGURE= yes |