diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-06 01:44:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-06 01:44:39 +0000 |
commit | d3702246bba027fe034617b17d8def87bcaeeaa8 (patch) | |
tree | e848010bc0247089bfb704734c4f41c0962a8929 /irc/bitlbee-otr | |
parent | 38803487eaa470e6627fc11a0c709b7673f27836 (diff) | |
download | ports-d3702246bba027fe034617b17d8def87bcaeeaa8.tar.gz ports-d3702246bba027fe034617b17d8def87bcaeeaa8.zip |
Chase the gnutls shared lib version.
Pointy hat to: sergei
Notes
Notes:
svn path=/head/; revision=110919
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 c860c4f9210a..31e0df0a49b7 100644 --- a/irc/bitlbee-otr/Makefile +++ b/irc/bitlbee-otr/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." |