diff options
author | marcus <marcus@FreeBSD.org> | 2007-08-05 05:45:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-08-05 05:45:39 +0800 |
commit | 363ba1944de0f00836a46c8c20d18091499e9541 (patch) | |
tree | 5a8a756695cb7f3718cb435fcf9ef73d7cfe77db | |
parent | 6b03626485caf1119e8fa83144ca3ffd4a9a7248 (diff) | |
download | freebsd-ports-gnome-363ba1944de0f00836a46c8c20d18091499e9541.tar.gz freebsd-ports-gnome-363ba1944de0f00836a46c8c20d18091499e9541.tar.zst freebsd-ports-gnome-363ba1944de0f00836a46c8c20d18091499e9541.zip |
Chase the libpurple shared lib version.
-rw-r--r-- | net-im/pidgin-libnotify/Makefile | 3 | ||||
-rw-r--r-- | security/pidgin-encryption/Makefile | 3 | ||||
-rw-r--r-- | security/pidgin-otr/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net-im/pidgin-libnotify/Makefile b/net-im/pidgin-libnotify/Makefile index 503265cc8361..10ec2430ecf3 100644 --- a/net-im/pidgin-libnotify/Makefile +++ b/net-im/pidgin-libnotify/Makefile @@ -7,6 +7,7 @@ PORTNAME= libnotify PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gaim-libnotify @@ -19,7 +20,7 @@ COMMENT= This plugin adds a libnotify interface to Pidgin BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin \ ${LOCALBASE}/libdata/pkgconfig/libnotify.pc:${PORTSDIR}/devel/libnotify LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ - purple.0:${PORTSDIR}/net-im/libpurple + purple.1:${PORTSDIR}/net-im/libpurple USE_XLIB= yes GNU_CONFIGURE= yes diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile index 5424878b3f4a..858df2ecdfa1 100644 --- a/security/pidgin-encryption/Makefile +++ b/security/pidgin-encryption/Makefile @@ -7,6 +7,7 @@ PORTNAME= pidgin PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pidgin-encrypt @@ -17,7 +18,7 @@ MAINTAINER= perlfu@gmail.com COMMENT= Encryption Plugin for the Pidgin instant messenger client BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin -LIB_DEPENDS= purple.0:${PORTSDIR}/net-im/libpurple \ +LIB_DEPENDS= purple.1:${PORTSDIR}/net-im/libpurple \ nss3:${PORTSDIR}/security/nss USE_XLIB= yes 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 |