summaryrefslogtreecommitdiff
path: root/net-im/centericq/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-11-05 19:13:52 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-11-05 19:13:52 +0000
commit41686d8d65860cf6fb6dea1f33dd38c1d24d32aa (patch)
tree2b2d6d9cb46cae848e523659d30b4ed8432a06f1 /net-im/centericq/Makefile
parent- Update to 0.8.4.20051102 (diff)
Chase gpgme update
Bump PORTREVISION Pointy hat to: lofi
Notes
Notes: svn path=/head/; revision=147410
Diffstat (limited to 'net-im/centericq/Makefile')
-rw-r--r--net-im/centericq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile
index 1732cc079ca8..a41e6cb65ee7 100644
--- a/net-im/centericq/Makefile
+++ b/net-im/centericq/Makefile
@@ -8,7 +8,7 @@
PORTNAME= centericq
PORTVERSION= 4.21.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://centericq.de/archive/source/releases/ \
http://thekonst.net/download/
@@ -87,7 +87,7 @@ CONFIGURE_ARGS+= --disable-jabber
.if !defined(WITH_GPGME)
CONFIGURE_ARGS+= --without-gpgme
.else
-LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.15:${PORTSDIR}/security/gpgme
CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}
.endif
.endif