diff options
author | marcus <marcus@FreeBSD.org> | 2007-09-18 03:48:18 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-09-18 03:48:18 +0800 |
commit | 1f0914166216cadab4132b7ea2b3a662fb085825 (patch) | |
tree | 0a5c9610f0a81da4e26327013aabf870ae3daf22 /security/pidgin-otr | |
parent | aa869735c86bee8e856c6632265a0defb21c0b66 (diff) | |
download | freebsd-ports-gnome-1f0914166216cadab4132b7ea2b3a662fb085825.tar.gz freebsd-ports-gnome-1f0914166216cadab4132b7ea2b3a662fb085825.tar.zst freebsd-ports-gnome-1f0914166216cadab4132b7ea2b3a662fb085825.zip |
Chase the libpurple shared lib version.
Diffstat (limited to 'security/pidgin-otr')
-rw-r--r-- | security/pidgin-otr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index 0ffd6eded583..f4fbd4158b44 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -8,6 +8,7 @@ PORTNAME= otr PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://www.cypherpunks.ca/otr/ PKGNAMEPREFIX= pidgin- @@ -21,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.1:${PORTSDIR}/net-im/libpurple + purple.2:${PORTSDIR}/net-im/libpurple USE_XLIB= yes USE_GMAKE= yes |