summaryrefslogtreecommitdiff
path: root/irc/bitlbee
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-06 01:44:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-06 01:44:39 +0000
commitd3702246bba027fe034617b17d8def87bcaeeaa8 (patch)
treee848010bc0247089bfb704734c4f41c0962a8929 /irc/bitlbee
parentUpdate to 2.0.9. For a list of changes, see http://xchat.org/changelog.txt. (diff)
Chase the gnutls shared lib version.
Pointy hat to: sergei
Notes
Notes: svn path=/head/; revision=110919
Diffstat (limited to 'irc/bitlbee')
-rw-r--r--irc/bitlbee/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile
index c860c4f9210a..31e0df0a49b7 100644
--- a/irc/bitlbee/Makefile
+++ b/irc/bitlbee/Makefile
@@ -24,7 +24,7 @@ USE_GNOME= glib20
PKGMESSAGE= ${WRKDIR}/pkg-message
.if defined(WITH_MSN)
-LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls
+LIB_DEPENDS= gnutls.12:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--msn=1
pre-configure:
@${ECHO_CMD} "MSN support will be enabled."