aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-04-03 19:37:39 +0800
committerbapt <bapt@FreeBSD.org>2017-04-03 19:37:39 +0800
commit1440afb0ffe01b6f1c1fe7165901328073849084 (patch)
tree40ec4058303ed13b129582647ac4dc10170e997a /japanese
parent44d338e4b9e2280e26f100f169742cb06f176eaa (diff)
downloadfreebsd-ports-graphics-1440afb0ffe01b6f1c1fe7165901328073849084.tar.gz
freebsd-ports-graphics-1440afb0ffe01b6f1c1fe7165901328073849084.tar.zst
freebsd-ports-graphics-1440afb0ffe01b6f1c1fe7165901328073849084.zip
Fix build with newer sigc++20
Diffstat (limited to 'japanese')
-rw-r--r--japanese/xdtp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/xdtp/Makefile b/japanese/xdtp/Makefile
index 3238deec4a7..50bc254f5d6 100644
--- a/japanese/xdtp/Makefile
+++ b/japanese/xdtp/Makefile
@@ -13,7 +13,8 @@ COMMENT= XML document transfer program
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= pkgconfig tar:tgz
+USES= compiler:c++11-lang pkgconfig tar:tgz
+USE_CXXSTD= c++11
USE_GNOME= glibmm libxml2 libxslt
HAS_CONFIGURE= yes
USE_LDCONFIG= yes