diff options
author | novel <novel@FreeBSD.org> | 2006-01-10 00:34:19 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-01-10 00:34:19 +0800 |
commit | d6c502558f6245241ad74976a89c2c9ae937056c (patch) | |
tree | 9885c63f2a2deb791401992cc74861b1233c188c /irc/bitlbee-otr | |
parent | 147bbe8b873d6981cbeba079fb8509b6a5a8711a (diff) | |
download | freebsd-ports-gnome-d6c502558f6245241ad74976a89c2c9ae937056c.tar.gz freebsd-ports-gnome-d6c502558f6245241ad74976a89c2c9ae937056c.tar.zst freebsd-ports-gnome-d6c502558f6245241ad74976a89c2c9ae937056c.zip |
Chase gnutls update.
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 dbe164b65060..4362f511a4da 100644 --- a/irc/bitlbee-otr/Makefile +++ b/irc/bitlbee-otr/Makefile @@ -7,6 +7,7 @@ PORTNAME= bitlbee PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/:bitlbee \ http://get.bitlbee.org/patches/:patches @@ -39,7 +40,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message CONFIGURE_ARGS= --mandir=${PREFIX}/man --config=${PREFIX}/etc/bitlbee .if defined(WITH_MSN) -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--msn=1 .else CONFIGURE_ARGS+=--msn=0 --ssl=bogus |