aboutsummaryrefslogtreecommitdiff
path: root/irc/weechat
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-20 10:08:27 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-20 10:08:27 +0000
commit6e6b9cff6e3ab0924478edb65870db7c7be12d7e (patch)
treeae464cc7f75c85d903e4dc6fed31b989151e52b4 /irc/weechat
parentc5176f9b35e39c0aa134c1bdf1e279f45b46e0c2 (diff)
downloadports-6e6b9cff6e3ab0924478edb65870db7c7be12d7e.tar.gz
ports-6e6b9cff6e3ab0924478edb65870db7c7be12d7e.zip
Notes
Diffstat (limited to 'irc/weechat')
-rw-r--r--irc/weechat/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
index 3cb12b7650a5..6a9d3f7e9268 100644
--- a/irc/weechat/Makefile
+++ b/irc/weechat/Makefile
@@ -87,7 +87,7 @@ PLIST_SUB+= RUBY="@comment "
.if ${PORT_OPTIONS:MGNUTLS}
USES+= pkgconfig
-LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls
.else
CMAKE_ARGS+= -DENABLE_GNUTLS=no
.endif
@@ -101,8 +101,7 @@ PLIST_SUB+= PERL="@comment "
.endif
.if ${PORT_OPTIONS:MTCL}
-USE_TCL= 85+
-.include "${PORTSDIR}/Mk/bsd.tcl.mk"
+USES+= tcl:85+
CMAKE_ARGS+= -DBSD_TCL_VER=${TCL_VER} \
-DBSD_TCL_LIBDIR=${LOCALBASE}/lib \
-DBSD_TCL_INCDIR=${TCL_INCLUDEDIR}
@@ -151,7 +150,7 @@ PLIST_SUB+= MANPAGES="@comment "
.endif
.if ${PORT_OPTIONS:MBACKTRACE}
-LIB_DEPENDS+= execinfo:${PORTSDIR}/devel/libexecinfo
+LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
.endif
.if ${PORT_OPTIONS:MICON}