diff options
author | oliver <oliver@FreeBSD.org> | 2005-11-06 03:13:52 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-11-06 03:13:52 +0800 |
commit | 063585bd78be64252bf1869f6307e729f7f4201f (patch) | |
tree | ba6759909c7d7c11b8502be41b130f1c16cb0729 /net-im | |
parent | 97cd999de67882e1c312cffe8794b99101ae851b (diff) | |
download | freebsd-ports-gnome-063585bd78be64252bf1869f6307e729f7f4201f.tar.gz freebsd-ports-gnome-063585bd78be64252bf1869f6307e729f7f4201f.tar.zst freebsd-ports-gnome-063585bd78be64252bf1869f6307e729f7f4201f.zip |
Chase gpgme update
Bump PORTREVISION
Pointy hat to: lofi
Diffstat (limited to 'net-im')
-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 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 |