diff options
author | joerg <joerg@pkgsrc.org> | 2017-05-22 23:40:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-05-22 23:40:42 +0000 |
commit | 3e93b29878db822118d720d26e5f75027ff16347 (patch) | |
tree | b1c9f3d6fa98f3def6ed065837eb2140bbc6b2ec /misc | |
parent | 97ba9b2263aa1eb9505c3bd2114709dc1cd6dc33 (diff) | |
download | pkgsrc-3e93b29878db822118d720d26e5f75027ff16347.tar.gz |
Dependencies use C++11 in headers.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sword/Makefile | 4 |
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} |