diff options
author | dholland <dholland@pkgsrc.org> | 2015-11-07 23:03:31 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-11-07 23:03:31 +0000 |
commit | f20558aaf6d07425eefb9721c0b40a6f34326e0b (patch) | |
tree | 227968df56db316c90058ed060391ee265d9d17b /chat/weechat | |
parent | 95b4eec7344822aa1bedb9eb466be9196394842a (diff) | |
download | pkgsrc-f20558aaf6d07425eefb9721c0b40a6f34326e0b.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/Makefile | 3 |
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 |