diff options
author | lofi <lofi@FreeBSD.org> | 2006-09-14 05:24:20 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-09-14 05:24:20 +0800 |
commit | 58e801b8a9fadadca8d4727b7e04cee3fbedce98 (patch) | |
tree | e31756547811d1fc9411cec5d0ec3b0f7b9304c0 /net-im/centericq | |
parent | 31ced0f5b3342d27d999f3c45b0cbf126cd1b612 (diff) | |
download | freebsd-ports-gnome-58e801b8a9fadadca8d4727b7e04cee3fbedce98.tar.gz freebsd-ports-gnome-58e801b8a9fadadca8d4727b7e04cee3fbedce98.tar.zst freebsd-ports-gnome-58e801b8a9fadadca8d4727b7e04cee3fbedce98.zip |
Update gpgme to 1.1.2, chase dependencies.
Diffstat (limited to 'net-im/centericq')
-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 |