Date: Wed, 5 Feb 2014 18:12:59 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342808 - head/net-im/libpurple Message-ID: <201402051812.s15ICxDD072664@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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=""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051812.s15ICxDD072664>