diff options
author | bapt <bapt@FreeBSD.org> | 2017-04-03 19:42:13 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 21:31:07 +0800 |
commit | e71e5beffc91f31683768c2f4b697fcaad5958a7 (patch) | |
tree | 4face061d4c9fff3e1879b7b55d2a879277a3c9a /deskutils | |
parent | 8cbda95b99d04bbd80ab650f8e3d66c978cd6576 (diff) | |
download | freebsd-ports-gnome-e71e5beffc91f31683768c2f4b697fcaad5958a7.tar.gz freebsd-ports-gnome-e71e5beffc91f31683768c2f4b697fcaad5958a7.tar.zst freebsd-ports-gnome-e71e5beffc91f31683768c2f4b697fcaad5958a7.zip |
Fix build with recent sigc++20
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/fusenshi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/fusenshi/Makefile b/deskutils/fusenshi/Makefile index d0f2977715c0..85999a2f73f7 100644 --- a/deskutils/fusenshi/Makefile +++ b/deskutils/fusenshi/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= http://www.ongs.co.jp/projects/fusenshi/ MAINTAINER= ozawa@ongs.co.jp COMMENT= Post-it(R) like application with network support -USES= gettext pkgconfig tar:tgz +USES= compiler:c++11-lang gettext pkgconfig tar:tgz +USE_CXXSTD= c++11 USE_GNOME= gtkmm24 gtksourceview libxml2 USE_XORG= x11 MAKE_JOBS_UNSAFE= yes |