diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-21 12:43:39 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-21 12:43:39 +0000 |
commit | 2f634463b614583df80d788d285e2d996318a4e3 (patch) | |
tree | 8334050c9f73c9abb4eb3dda1b54b27f4add873f /net-im | |
parent | 6004f13382c7878fc39ee50fb971daf0a6c5853b (diff) | |
download | ports-2f634463b614583df80d788d285e2d996318a4e3.tar.gz ports-2f634463b614583df80d788d285e2d996318a4e3.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ayttm/Makefile | 4 | ||||
-rw-r--r-- | net-im/centericq/Makefile | 4 | ||||
-rw-r--r-- | net-im/centerim-devel/Makefile | 4 | ||||
-rw-r--r-- | net-im/centerim/Makefile | 2 | ||||
-rw-r--r-- | net-im/mcabber/Makefile | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile index 5ed120355af9..fe6c88fae70c 100644 --- a/net-im/ayttm/Makefile +++ b/net-im/ayttm/Makefile @@ -7,7 +7,7 @@ PORTNAME= ayttm PORTVERSION= 0.5.0.111 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= SF/ayttm/ayttm/${PORTVERSION:R}-${PORTVERSION:E}/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} @@ -17,7 +17,7 @@ COMMENT= A "chat" program that combines AIM, ICQ, and Yahoo! Chat into one LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \ jasper.4:${PORTSDIR}/graphics/jasper \ - gpgme.18:${PORTSDIR}/security/gpgme \ + gpgme.19:${PORTSDIR}/security/gpgme \ pspell.16:${PORTSDIR}/textproc/aspell OPTIONS= ARTS "Enable aRts support" off \ diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index 3610fa7b08d6..1dbada74d068 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -8,7 +8,7 @@ PORTNAME= centericq PORTVERSION= 4.21.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net-im MASTER_SITES= http://thekonst.net/download/ @@ -94,7 +94,7 @@ CONFIGURE_ARGS+= --disable-jabber .if !defined(WITH_GPGME) CONFIGURE_ARGS+= --without-gpgme .else -LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE} .endif .endif diff --git a/net-im/centerim-devel/Makefile b/net-im/centerim-devel/Makefile index c773b35dcae5..a97a4317c682 100644 --- a/net-im/centerim-devel/Makefile +++ b/net-im/centerim-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= centerim PORTVERSION= 4.22.9.40 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/mobshots/ \ ftp://ftp.centerim.org/mobshots/ @@ -90,7 +90,7 @@ CONFIGURE_ARGS+= --disable-jabber .if !defined(WITH_GPGME) CONFIGURE_ARGS+= --without-gpgme .else -LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme #CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE} CONFIGURE_ARGS+= --with-ssl .endif diff --git a/net-im/centerim/Makefile b/net-im/centerim/Makefile index 51c74d828acf..258d85820363 100644 --- a/net-im/centerim/Makefile +++ b/net-im/centerim/Makefile @@ -91,7 +91,7 @@ CONFIGURE_ARGS+= --disable-jabber .if !defined(WITH_GPGME) CONFIGURE_ARGS+= --without-gpgme .else -LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme #CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE} CONFIGURE_ARGS+= --with-ssl .endif diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index 30063482fc82..006b64fc3775 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -38,7 +38,7 @@ OPTIONS= GPGME "Use security/gpgme for PGP support" off \ .include <bsd.port.pre.mk> .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme CONFIGURE_ARGS+=--enable-gpgme .else CONFIGURE_ARGS+=--disable-gpgme |