View | Details | Raw Unified | Return to bug 205760
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 14-23 Link Here
14
CONFLICTS=	weechat-devel-[0-9]*
14
CONFLICTS=	weechat-devel-[0-9]*
15
15
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
USES=		cmake iconv ncurses tar:bzip2
17
USES=		cmake iconv localbase ncurses tar:bzip2
18
CMAKE_ARGS+=	-DENABLE_GUILE=no \
18
CMAKE_ARGS+=	-DENABLE_GUILE=no \
19
		-DICONV_INCLUDE_PATH=${ICONV_INCLUDE_PATH}
19
		-DICONV_INCLUDE_PATH=${ICONV_INCLUDE_PATH}
20
CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
21
20
22
LIB_DEPENDS+=	libcurl.so:${PORTSDIR}/ftp/curl \
21
LIB_DEPENDS+=	libcurl.so:${PORTSDIR}/ftp/curl \
23
		libgcrypt.so:${PORTSDIR}/security/libgcrypt
22
		libgcrypt.so:${PORTSDIR}/security/libgcrypt
Lines 40-46 Link Here
40
ASPELL_CMAKE_OFF=	-DENABLE_ASPELL=no
39
ASPELL_CMAKE_OFF=	-DENABLE_ASPELL=no
41
ASPELL_LIB_DEPENDS=	libaspell.so:${PORTSDIR}/textproc/aspell
40
ASPELL_LIB_DEPENDS=	libaspell.so:${PORTSDIR}/textproc/aspell
42
41
43
BACKTRACE_LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
42
BACKTRACE_USES=		execinfo
44
43
45
CA_BUNDLE_CMAKE_ON=	-DCA_FILE=${LOCALBASE}/share/certs/ca-root-nss.crt
44
CA_BUNDLE_CMAKE_ON=	-DCA_FILE=${LOCALBASE}/share/certs/ca-root-nss.crt
46
CA_BUNDLE_RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
45
CA_BUNDLE_RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss

Return to bug 205760