summaryrefslogtreecommitdiff
path: root/misc/sword
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2017-05-22 23:40:42 +0000
committerjoerg <joerg@pkgsrc.org>2017-05-22 23:40:42 +0000
commit68d2dae2596792a9c82d09cd543ce5080c8232f2 (patch)
tree535f8b7e502921986520888f3211a8952a693f70 /misc/sword
parent8f2b44ab224762e14f30b9015d61989c7d165c7f (diff)
downloadpkgsrc-68d2dae2596792a9c82d09cd543ce5080c8232f2.tar.gz
Dependencies use C++11 in headers.
Diffstat (limited to 'misc/sword')
-rw-r--r--misc/sword/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile
index 483c91a8f25..8b6ace9f5e5 100644
--- a/misc/sword/Makefile
+++ b/misc/sword/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/04/30 01:21:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2017/05/22 23:40:42 joerg Exp $
#
DISTNAME= sword-1.7.4
@@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
CONFIGURE_ARGS+= --with-clucene=${BUILDLINK_PREFIX.libclucene}