diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-16 16:13:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-16 16:13:58 +0800 |
commit | d00964c5ca301785a1907fb7ee6dff8d7fbdb044 (patch) | |
tree | b57a522e4d6bc4ba4d5d17beaecdca9c5bc59d88 /irc/weechat-devel | |
parent | 4d110df2973007f403cd80a057835d869cc1f524 (diff) | |
download | freebsd-ports-gnome-d00964c5ca301785a1907fb7ee6dff8d7fbdb044.tar.gz freebsd-ports-gnome-d00964c5ca301785a1907fb7ee6dff8d7fbdb044.tar.zst freebsd-ports-gnome-d00964c5ca301785a1907fb7ee6dff8d7fbdb044.zip |
Fix some non default LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'irc/weechat-devel')
-rw-r--r-- | irc/weechat-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index 560bbb402d4b..d8e6868f8d7c 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -96,7 +96,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 @@ -159,7 +159,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} |