aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-03 11:37:39 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-03 11:37:39 +0000
commitb43358f7bdfa5cb74ec18f90943364c2d7b9b946 (patch)
tree40ec4058303ed13b129582647ac4dc10170e997a /japanese
parent1096d7ada2c11e5a5a16905715772a68110a2c09 (diff)
downloadports-b43358f7bdfa5cb74ec18f90943364c2d7b9b946.tar.gz
ports-b43358f7bdfa5cb74ec18f90943364c2d7b9b946.zip
Fix build with newer sigc++20
Notes
Notes: svn path=/head/; revision=437615
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 3238deec4a70..50bc254f5d64 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