diff options
Diffstat (limited to 'irc/weechat/Makefile')
-rw-r--r-- | irc/weechat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index 4074e1983e6f..077a51ebf9ca 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -19,7 +19,8 @@ CONFLICTS= weechat-devel-[0-9]* USE_LDCONFIG= yes USES= cmake iconv ncurses -CMAKE_ARGS+= -DENABLE_GUILE=no +CMAKE_ARGS+= -DENABLE_GUILE=no \ + -DICONV_INCLUDE_PATH=${ICONV_INCLUDE_PATH} CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl \ |