svn commit: r342808 - head/net-im/libpurple
Matthias Andree
mandree at FreeBSD.org
Wed Feb 5 18:13:00 UTC 2014
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=""
More information about the svn-ports-all
mailing list