diff options
author | bapt <bapt@FreeBSD.org> | 2017-04-03 19:37:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-04-03 19:37:39 +0800 |
commit | 1440afb0ffe01b6f1c1fe7165901328073849084 (patch) | |
tree | 40ec4058303ed13b129582647ac4dc10170e997a /japanese | |
parent | 44d338e4b9e2280e26f100f169742cb06f176eaa (diff) | |
download | freebsd-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/Makefile | 3 |
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 |