aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2013-10-20 19:20:15 +0000
committerJason E. Hale <jhale@FreeBSD.org>2013-10-20 19:20:15 +0000
commit784e4c52e19da2d697b5b38bf682bfa80caa338a (patch)
treefbc624ebebfbe7afce5736f025523e4649fa9967 /net-im
parentbb070d6ee318c2b5e4c163723631dc2956b3feae (diff)
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/ayttm/Makefile4
-rw-r--r--net-im/centericq/Makefile4
-rw-r--r--net-im/centerim-devel/Makefile4
-rw-r--r--net-im/mcabber/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile
index e66fa9577e42..51c905fc54fb 100644
--- a/net-im/ayttm/Makefile
+++ b/net-im/ayttm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ayttm
PORTVERSION= 0.5.0.111
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net-im
MASTER_SITES= SF/ayttm/ayttm/${PORTVERSION:R}-${PORTVERSION:E}/
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
@@ -13,7 +13,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.19:${PORTSDIR}/security/gpgme \
+ libgpgme.so:${PORTSDIR}/security/gpgme \
pspell.16:${PORTSDIR}/textproc/aspell
OPTIONS_DEFINE= ESOUND AIM_TOC ICQ_TOC
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile
index fec52d178798..a099f6db9732 100644
--- a/net-im/centericq/Makefile
+++ b/net-im/centericq/Makefile
@@ -3,7 +3,7 @@
PORTNAME= centericq
PORTVERSION= 4.21.0
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= net-im
MASTER_SITES= http://thekonst.net/download/
@@ -85,7 +85,7 @@ CONFIGURE_ARGS+= --disable-jabber
.endif
.if ${PORT_OPTIONS:MGPGME}
-LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme
CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}
.else
CONFIGURE_ARGS+= --without-gpgme
diff --git a/net-im/centerim-devel/Makefile b/net-im/centerim-devel/Makefile
index e7ccfc7398e9..92ce5f309b1a 100644
--- a/net-im/centerim-devel/Makefile
+++ b/net-im/centerim-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= centerim
PORTVERSION= 4.22.10.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= http://www.centerim.org/download/mobshots/ \
ftp://ftp.centerim.org/mobshots/
@@ -85,7 +85,7 @@ CONFIGURE_ARGS+= --disable-jabber
.if ! ${PORT_OPTIONS:MGPGME}
CONFIGURE_ARGS+= --without-gpgme
.else
-LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= libgpgme.so:${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 2140fb758405..298c2b21c6fb 100644
--- a/net-im/mcabber/Makefile
+++ b/net-im/mcabber/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mcabber
PORTVERSION= 0.10.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net-im
MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CENKES
@@ -36,7 +36,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGPGME}
-LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme
CONFIGURE_ARGS+=--enable-gpgme
.else
CONFIGURE_ARGS+=--disable-gpgme