summaryrefslogtreecommitdiff
path: root/chat/weechat
diff options
context:
space:
mode:
authordholland <dholland>2015-11-07 23:03:31 +0000
committerdholland <dholland>2015-11-07 23:03:31 +0000
commit603da9fc3e02b987609c1c60621cde9596b5fa18 (patch)
tree227968df56db316c90058ed060391ee265d9d17b /chat/weechat
parent617676c01f3fddaa258e50ef83c19c025e770bef (diff)
downloadpkgsrc-603da9fc3e02b987609c1c60621cde9596b5fa18.tar.gz
Explicitly disable V8, in case cmake finds it somewhere.
XXX: Someone(tm) should make this an option; but note that it implies XXX: adding USE_LANGUAGES+=c++.
Diffstat (limited to 'chat/weechat')
-rw-r--r--chat/weechat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile
index 6caf4755b9b..1bcb41069a5 100644
--- a/chat/weechat/Makefile
+++ b/chat/weechat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2015/08/23 14:30:37 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2015/11/07 23:03:31 dholland Exp $
DISTNAME= weechat-1.2
PKGREVISION= 3
@@ -23,6 +23,7 @@ CMAKE_ARGS+= -DENABLE_ASPELL:BOOL=OFF
CMAKE_ARGS+= -DENABLE_GUILE:BOOL=OFF
CMAKE_ARGS+= -DENABLE_TCL:BOOL=OFF
CMAKE_ARGS+= -DENABLE_MAN:BOOL=ON
+CMAKE_ARGS+= -DENABLE_V8:BOOL=OFF
CMAKE_ARGS+= -DMANDIR:STRING=${PKGMANDIR}
CMAKE_ARGS+= -DLOCALEDIR:STRING=${PKGLOCALEDIR}/locale
CMAKE_ARGS+= -DENABLE_CHARSET:BOOL=ON