svn commit: r342808 - head/net-im/libpurple

Joe Marcus Clarke marcus at freebsd.org
Wed Feb 5 18:33:24 UTC 2014


On 2/5/14, 1:12 PM, Matthias Andree wrote:
> Author: mandree
> Date: Wed Feb  5 18:12:59 2014
> New Revision: 342808
> URL: http://svnweb.freebsd.org/changeset/ports/342808
> QAT: https://qat.redports.org/buildarchive/r342808/
>
> Log:
>    Fix SILC dependency so the lib is found if installed.
>
> Modified:
>    head/net-im/libpurple/Makefile
>
> Modified: head/net-im/libpurple/Makefile
> ==============================================================================
> --- head/net-im/libpurple/Makefile	Wed Feb  5 17:59:02 2014	(r342807)
> +++ head/net-im/libpurple/Makefile	Wed Feb  5 18:12:59 2014	(r342808)
> @@ -228,7 +228,7 @@ CONFIGURE_ARGS+=--disable-meanwhile
>   .endif
>
>   .if ${PORT_OPTIONS:MSILC}
> -LIB_DEPENDS+=		libsilcclient-1.so:${PORTSDIR}/devel/silc-toolkit
> +LIB_DEPENDS+=		libsilcclient.so:${PORTSDIR}/devel/silc-toolkit
>   CONFIGURE_ARGS+=	--with-silc-includes=${LOCALBASE}/include/silc \
>   			--with-silc-libs=${LOCALBASE}/lib
>   PLIST_SUB+=		SILC=""
>

Thanks.  I thought I did a straight translation, but I guess I messed 
something up.

Joe

-- 
Joe Marcus Clarke
FreeBSD GNOME Team	::	gnome at FreeBSD.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome


More information about the svn-ports-all mailing list