diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-06 17:41:23 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-06 17:41:23 +0000 |
commit | 26d33e9388ed49b2d1c682c076896f04aaf45fe0 (patch) | |
tree | ecb24e727ceae8537e59d0e75c1d2b8e2f7ca1cf /irc/bitlbee-otr | |
parent | 5396181e478657af59fb7dabc5a2e90f259bf0d0 (diff) |
Notes
Diffstat (limited to 'irc/bitlbee-otr')
-rw-r--r-- | irc/bitlbee-otr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile index 9ac4360adfd1..c56d60578bd5 100644 --- a/irc/bitlbee-otr/Makefile +++ b/irc/bitlbee-otr/Makefile @@ -7,6 +7,7 @@ PORTNAME= bitlbee PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ @@ -44,7 +45,7 @@ PATCHFILES+= ${PORTNAME}-1.0-ldap.diff .endif .if !defined(WITHOUT_MSN) || defined(WITH_MSN6_FEATURES) -LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--msn=1 .else CONFIGURE_ARGS+=--msn=0 --ssl=bogus |