diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-08-04 21:45:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-08-04 21:45:39 +0000 |
commit | f4ce25897d9372cd30f71a8650d8dc2b27062c9e (patch) | |
tree | faeeb2914738699aff8d9e19620164bfca39f5cb /security/pidgin-otr | |
parent | 5a7e2e873e92189f1af2440bb798fd725e0bac51 (diff) | |
download | ports-f4ce25897d9372cd30f71a8650d8dc2b27062c9e.tar.gz ports-f4ce25897d9372cd30f71a8650d8dc2b27062c9e.zip |
Notes
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 c5ac3d996ae8..b65e0eefac4b 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -8,6 +8,7 @@ PORTNAME= otr PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://www.cyberdyne.org/~icebrkr/files/ PKGNAMEPREFIX= pidgin- @@ -19,7 +20,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.0:${PORTSDIR}/net-im/libpurple + purple.1:${PORTSDIR}/net-im/libpurple USE_XLIB= yes GNU_CONFIGURE= yes |