aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2014-02-06 02:12:59 +0800
committermandree <mandree@FreeBSD.org>2014-02-06 02:12:59 +0800
commit4b2c623052edba50606557326cde8dd4b7240234 (patch)
tree5b2c26b4f6929f9c6e9c4ab2cdf0f99c74a9f95b /net-im
parentb56e32c31d0595fbe8ee15481ea9fb28c78b87bc (diff)
downloadfreebsd-ports-gnome-4b2c623052edba50606557326cde8dd4b7240234.tar.gz
freebsd-ports-gnome-4b2c623052edba50606557326cde8dd4b7240234.tar.zst
freebsd-ports-gnome-4b2c623052edba50606557326cde8dd4b7240234.zip
Fix SILC dependency so the lib is found if installed.
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libpurple/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index d2ed751520e9..8b1a6b5d2aa9 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -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=""