diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-04 07:02:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-04 07:02:08 +0000 |
commit | c075737570fa09cbb197febf8673110c799e2b5f (patch) | |
tree | 638433a078292e07e638f97a1c3b33f0569eed3d /x11-toolkits | |
parent | 89a622696986b344bd453e2aee5ce8d0197cff01 (diff) | |
download | ports-c075737570fa09cbb197febf8673110c799e2b5f.tar.gz ports-c075737570fa09cbb197febf8673110c799e2b5f.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/flowcanvas/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/libgnomeuimm26/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/x11-toolkits/flowcanvas/Makefile b/x11-toolkits/flowcanvas/Makefile index 7b9d2f9cc636..29a28b64c4e4 100644 --- a/x11-toolkits/flowcanvas/Makefile +++ b/x11-toolkits/flowcanvas/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libgnomecanvasmm-2.6.so:graphics/libgnomecanvasmm26 \ libgtkmm-2.4.so:x11-toolkits/gtkmm24 -USES= pkgconfig tar:bzip2 waf +USES= compiler:c++11-lang pkgconfig tar:bzip2 waf +USE_CXXSTD= c++11 USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include diff --git a/x11-toolkits/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile index 8243dc40e7a3..f1e236ae9b05 100644 --- a/x11-toolkits/libgnomeuimm26/Makefile +++ b/x11-toolkits/libgnomeuimm26/Makefile @@ -19,7 +19,9 @@ LIB_DEPENDS= libgnomemm-2.6.so:x11/libgnomemm26 \ libgnomevfsmm-2.6.so:devel/gnome-vfsmm BUILD_DEPENDS= gm4:devel/m4 -USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang gmake libtool:keepla pathfix pkgconfig \ + tar:bzip2 +USE_CXXSTD= c++11 USE_XORG= x11 USE_GNOME= libgnomeui GNU_CONFIGURE= yes |