summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2008-05-16 01:50:25 +0000
committerWesley Shields <wxs@FreeBSD.org>2008-05-16 01:50:25 +0000
commitcf8762492297e5d2058b58791e3ef92d34baf7f6 (patch)
tree4b69f11da7ef9f70b31970a4fd965b6031d73ad6 /net-im
parentUpdate to 1.1.7 and take maintainership. (diff)
Chase silc-toolkit update.
Approved by: garga (mentor)
Notes
Notes: svn path=/head/; revision=213103
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libpurple/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 24c7bb163e54..d1d409607a61 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -8,7 +8,7 @@
PORTNAME?= libpurple
PORTVERSION= 2.4.1
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pidgin
@@ -125,7 +125,7 @@ CONFIGURE_ARGS+= --enable-cyrus-sasl
.endif
.if defined(WITH_SILC)
-LIB_DEPENDS+= silcclient-1.0.4:${PORTSDIR}/devel/silc-toolkit
+LIB_DEPENDS+= silcclient-1.1:${PORTSDIR}/devel/silc-toolkit
CONFIGURE_ARGS+= --with-silc-includes=${LOCALBASE}/include/silc \
--with-silc-libs=${LOCALBASE}/lib
PLIST_SUB+= SILC=""