diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-13 21:24:20 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-13 21:24:20 +0000 |
commit | 4dce0bd83bab57a46a96b04263cc1954a5b0f715 (patch) | |
tree | d02a05f93737ca5eb857ecae20787854c59c3d42 /net-im/centericq/Makefile | |
parent | Update to 0.9.6 (diff) |
Update gpgme to 1.1.2, chase dependencies.
Notes
Notes:
svn path=/head/; revision=172981
Diffstat (limited to 'net-im/centericq/Makefile')
-rw-r--r-- | net-im/centericq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index df065af7d3f1..25c11141a7cb 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -8,7 +8,7 @@ PORTNAME= centericq PORTVERSION= 4.21.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-im MASTER_SITES= http://centericq.de/archive/source/releases/ \ http://thekonst.net/download/ @@ -86,7 +86,7 @@ CONFIGURE_ARGS+= --disable-jabber .if !defined(WITH_GPGME) CONFIGURE_ARGS+= --without-gpgme .else -LIB_DEPENDS+= gpgme.15:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.17:${PORTSDIR}/security/gpgme CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE} .endif .endif |