diff options
author | novel <novel@FreeBSD.org> | 2008-03-03 19:57:08 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2008-03-03 19:57:08 +0800 |
commit | 5cb244b7774afda3acf8f47bb665c0fdce1b6227 (patch) | |
tree | 683ed62f664c817907d3fab5b672f06abba3433f /irc/bitlbee-otr | |
parent | 83062c68ed9bee1bf4b539ae24145d493bf8b9bc (diff) | |
download | freebsd-ports-gnome-5cb244b7774afda3acf8f47bb665c0fdce1b6227.tar.gz freebsd-ports-gnome-5cb244b7774afda3acf8f47bb665c0fdce1b6227.tar.zst freebsd-ports-gnome-5cb244b7774afda3acf8f47bb665c0fdce1b6227.zip |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
Diffstat (limited to 'irc/bitlbee-otr')
-rw-r--r-- | irc/bitlbee-otr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile index b4d5af083068..1f132e8725a3 100644 --- a/irc/bitlbee-otr/Makefile +++ b/irc/bitlbee-otr/Makefile @@ -7,7 +7,7 @@ PORTNAME= bitlbee PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ @@ -54,7 +54,7 @@ CONFIGURE_ARGS+=--msn=0 --ssl=bogus CONFIGURE_ARGS+=--ssl=openssl .else CONFIGURE_ARGS+=--ssl=gnutls -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls .endif .if defined(WITH_LDAP) |