diff options
-rw-r--r-- | math/qalculate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 94ee37072a3c..eb5dc331f3f1 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -17,7 +17,8 @@ LIB_DEPENDS= libcln.so:math/cln \ RUN_DEPENDS= gnuplot:math/gnuplot \ wget:ftp/wget -USES= autoreconf gettext gmake libtool:build localbase pkgconfig +USES= autoreconf compiler:c++11-lang gettext gmake \ + libtool:build localbase pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libxml2 GNU_CONFIGURE= yes DATADIR= share/${GH_PROJECT} |