diff options
Diffstat (limited to 'irc/bitlbee-otr/Makefile')
-rw-r--r-- | irc/bitlbee-otr/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile index 2e95ab39cc3a..2fc9e4154b96 100644 --- a/irc/bitlbee-otr/Makefile +++ b/irc/bitlbee-otr/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bitlbee -PORTVERSION= 0.90a +PORTVERSION= 0.91 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ @@ -27,11 +27,11 @@ PKGMESSAGE= ${WRKDIR}/pkg-message LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --msn=1 pre-configure: - @${ECHO_CMD} "MSN support will be enabled." + @${ECHO_CMD} "MSN and Jabber/SSL support will be enabled." .else -CONFIGURE_ARGS+= --msn=0 +CONFIGURE_ARGS+= --msn=0 --ssl=bogus pre-configure: - @${ECHO_CMD} "Type \"make -DWITH_MSN\" if you want to enable MSN support." + @${ECHO_CMD} "Type \"make -DWITH_MSN\" if you want to enable MSN and Jabber/SSL support." .endif .if defined(WITH_FLOOD) |