Date: Mon, 3 Apr 2017 11:42:13 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437616 - head/deskutils/fusenshi Message-ID: <201704031142.v33BgDZI052163@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Apr 3 11:42:13 2017 New Revision: 437616 URL: https://svnweb.freebsd.org/changeset/ports/437616 Log: Fix build with recent sigc++20 Modified: head/deskutils/fusenshi/Makefile Modified: head/deskutils/fusenshi/Makefile ============================================================================== --- head/deskutils/fusenshi/Makefile Mon Apr 3 11:37:39 2017 (r437615) +++ head/deskutils/fusenshi/Makefile Mon Apr 3 11:42:13 2017 (r437616) @@ -10,7 +10,8 @@ MASTER_SITES= http://www.ongs.co.jp/proj 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704031142.v33BgDZI052163>