diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2009-01-06 21:01:11 +0800 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2009-01-06 21:01:11 +0800 |
commit | af765620869b214eca7ed00392a12bd6d5281c54 (patch) | |
tree | 5b295f52288dde78c75434d1f590afda4880a6c0 /mail | |
parent | d4d35efd5f26d639ce58889aed52a22c0569a4ca (diff) | |
download | freebsd-ports-gnome-af765620869b214eca7ed00392a12bd6d5281c54.tar.gz freebsd-ports-gnome-af765620869b214eca7ed00392a12bd6d5281c54.tar.zst freebsd-ports-gnome-af765620869b214eca7ed00392a12bd6d5281c54.zip |
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wmbiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index 7ca6112d76fa..1c2a99eec612 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -33,7 +33,7 @@ PLIST_DIRS= %%DATADIR%%/skins \ .include <bsd.port.pre.mk> .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gcrypt.15:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS+= gcrypt.16:${PORTSDIR}/security/libgcrypt \ gnutls.26:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-libgnutls-prefix=${LOCALBASE} \ --with-libgcrypt-prefix=${LOCALBASE} |