diff options
author | jhale <jhale@FreeBSD.org> | 2016-10-20 18:01:36 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2016-10-20 18:01:36 +0800 |
commit | cd39a104842124f8c0b626ba8ae41550b26c2217 (patch) | |
tree | b61fb39084b4b7006a0e54482d661183ab9d2453 /math | |
parent | c7cadbd10d19f77f869388a39208cb98b7a7a8ae (diff) | |
download | freebsd-ports-gnome-cd39a104842124f8c0b626ba8ae41550b26c2217.tar.gz freebsd-ports-gnome-cd39a104842124f8c0b626ba8ae41550b26c2217.tar.zst freebsd-ports-gnome-cd39a104842124f8c0b626ba8ae41550b26c2217.zip |
Fix build on 9.x
Reported by: pkg-fallout
Diffstat (limited to 'math')
-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} |