diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-03 10:29:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-03 10:29:45 +0000 |
commit | d4c7b7b7d035a1efd246b0e517b21fb429fce6db (patch) | |
tree | baa5b7bb4bea8f91d63c8000e02f6ccdefea9fc4 /x11/workrave | |
parent | 74949491c408917eee52b16916542083c5b52911 (diff) |
Notes
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 |