diff options
author | marcus <marcus@FreeBSD.org> | 2008-03-02 13:36:00 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-03-02 13:36:00 +0800 |
commit | a1c12c993f218c545462863e7a02f5099f153cee (patch) | |
tree | 5edd52d07acacea6eb849fee65a9be52c45432cf /security/pidgin-otr | |
parent | 45d9f3356df4270572f12942740eeb0769037cc2 (diff) | |
download | freebsd-ports-gnome-a1c12c993f218c545462863e7a02f5099f153cee.tar.gz freebsd-ports-gnome-a1c12c993f218c545462863e7a02f5099f153cee.tar.zst freebsd-ports-gnome-a1c12c993f218c545462863e7a02f5099f153cee.zip |
Chase the libpurple shared lib version.
Diffstat (limited to 'security/pidgin-otr')
-rw-r--r-- | security/pidgin-otr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index a6dd21a7e74b..7c72ebaa027d 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -8,7 +8,7 @@ PORTNAME= otr PORTVERSION= 3.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security net MASTER_SITES= http://www.cypherpunks.ca/otr/ PKGNAMEPREFIX= pidgin- @@ -22,7 +22,7 @@ COMMENT= Allows deniable private conversations using Pidgin BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \ gcrypt:${PORTSDIR}/security/libgcrypt \ - purple.3:${PORTSDIR}/net-im/libpurple + purple.4:${PORTSDIR}/net-im/libpurple USE_XLIB= yes USE_GMAKE= yes |