diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:34:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:34:17 +0000 |
commit | 9f1de9b900c064307cc328ec436f07477dfaa7f0 (patch) | |
tree | 5b19e4fae39149280653cc670bc170d039477f8e /irc/weechat-devel | |
parent | 296877462b8b100e9f83f9c6aa6ed4bff34c6def (diff) | |
download | ports-9f1de9b900c064307cc328ec436f07477dfaa7f0.tar.gz ports-9f1de9b900c064307cc328ec436f07477dfaa7f0.zip |
Notes
Diffstat (limited to 'irc/weechat-devel')
-rw-r--r-- | irc/weechat-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index 0dee0ac8bd01..a46941dd70f1 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -18,7 +18,6 @@ LICENSE= GPLv3 CONFLICTS= weechat-0.3* USE_LDCONFIG= yes -USE_NCURSES= yes USES= cmake iconv CMAKE_ARGS+= -DENABLE_GUILE=no CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib @@ -145,8 +144,10 @@ LIB_DEPENDS+= execinfo:${PORTSDIR}/devel/libexecinfo .endif .if ${PORT_OPTIONS:MCOLOR256} -WITH_NCURSES_PORT= yes +USES+= ncurses:port CMAKE_ARGS+= -DNCURSES_INCLUDE_PATH=${LOCALBASE}/include/ncurses +.else +USES+= ncurses .endif MAN1= weechat-curses.1 |