diff options
-rw-r--r-- | chat/weechat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 5170dbfd049..e07000a4b6c 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2017/09/25 17:53:18 maya Exp $ +# $NetBSD: Makefile,v 1.79 2017/09/25 18:29:05 maya Exp $ DISTNAME= weechat-1.9.1 CATEGORIES= chat @@ -19,8 +19,6 @@ USE_LIBTOOL= yes USE_CMAKE= yes FAKE_NCURSES= yes -PKG_DEVELOPER= yes - CMAKE_ARGS+= -DENABLE_ASPELL:BOOL=OFF CMAKE_ARGS+= -DENABLE_GUILE:BOOL=OFF CMAKE_ARGS+= -DENABLE_TCL:BOOL=OFF |