diff options
-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 |