aboutsummaryrefslogtreecommitdiff
path: root/irc/bitlbee-otr/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-16 19:59:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-16 19:59:02 +0000
commite3e9729778ef1252ee3b3b8bcaa657f1c109dd05 (patch)
tree0c67a25bf6cba148407f628655fce333222d2b86 /irc/bitlbee-otr/Makefile
parentead1ef5a951a0f6b9b5931e6ffb9b1d563f0f152 (diff)
downloadports-e3e9729778ef1252ee3b3b8bcaa657f1c109dd05.tar.gz
ports-e3e9729778ef1252ee3b3b8bcaa657f1c109dd05.zip
Notes
Diffstat (limited to 'irc/bitlbee-otr/Makefile')
-rw-r--r--irc/bitlbee-otr/Makefile8
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)