diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-19 05:36:30 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-19 05:36:30 +0000 |
commit | 71f0626cf1f7905d7a17f8f8713e73f2d0f0ae99 (patch) | |
tree | 95243f2bd770fc427675ccd202bc2016275a6fe6 /irc/bitlbee-otr | |
parent | 932168ba33ed62881c1c0faceba54f98bf7c7729 (diff) | |
download | FreeBSD-ports-71f0626cf1f7905d7a17f8f8713e73f2d0f0ae99.zip FreeBSD-ports-71f0626cf1f7905d7a17f8f8713e73f2d0f0ae99.tar.gz |
Chase the gnutls shared lib version.
Diffstat (limited to 'irc/bitlbee-otr')
-rw-r--r-- | irc/bitlbee-otr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile index 34d97c1..c2ef7f6 100644 --- a/irc/bitlbee-otr/Makefile +++ b/irc/bitlbee-otr/Makefile @@ -22,7 +22,7 @@ USE_GNOME= glib20 PKGMESSAGE= ${WRKDIR}/pkg-message .if defined(WITH_MSN) -LIB_DEPENDS= gnutls.7:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--msn=1 pre-configure: @${ECHO_CMD} "MSN support will be enabled." |