diff options
author | dougb <dougb@FreeBSD.org> | 2012-09-08 14:58:01 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-09-08 14:58:01 +0800 |
commit | 33a6609a385b3d1a3012e781f5290c309695949f (patch) | |
tree | 6236262c3192e4e99f803125268dd660f21acc6e /net-im/climm | |
parent | 5462acebcbedf46c444e72b3db12e96c213dfb51 (diff) | |
download | freebsd-ports-gnome-33a6609a385b3d1a3012e781f5290c309695949f.tar.gz freebsd-ports-gnome-33a6609a385b3d1a3012e781f5290c309695949f.tar.zst freebsd-ports-gnome-33a6609a385b3d1a3012e781f5290c309695949f.zip |
Hook security/libotr3 up, and move ports that depend on the old version
to this new dependency.
Diffstat (limited to 'net-im/climm')
-rw-r--r-- | net-im/climm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index 360db13826f0..7f8b403dc828 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -7,7 +7,7 @@ PORTNAME= climm PORTVERSION= 0.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= http://www.climm.org/source/ \ http://http.bg.climm.org/source/ @@ -37,7 +37,7 @@ XMPP_DESC= Enable XMPP Jabber support .if ${PORT_OPTIONS:MOTR} CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --enable-otr -LIB_DEPENDS+= otr:${PORTSDIR}/security/libotr +LIB_DEPENDS+= otr.4:${PORTSDIR}/security/libotr3 .else CONFIGURE_ARGS+= --disable-otr .endif |