diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-28 21:47:06 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-28 21:47:06 +0000 |
commit | 6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6 (patch) | |
tree | d4e8140a3268d4b95edcc447e1041c522c10e9fc /mail/wmbiff/Makefile | |
parent | 709504337377907c9d008b15083b549823461da5 (diff) |
Chase libgcrypt library version
Notes
Notes:
svn path=/head/; revision=208144
Diffstat (limited to 'mail/wmbiff/Makefile')
-rw-r--r-- | mail/wmbiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index a20a9f3e812e..dc4d3a1a3a1d 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmbiff PORTVERSION= 0.4.27 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail windowmaker afterstep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -36,7 +36,7 @@ PLIST_DIRS= %%DATADIR%%/skins \ .include <bsd.port.pre.mk> .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS+= gcrypt.15:${PORTSDIR}/security/libgcrypt \ gnutls.13:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-libgnutls-prefix=${LOCALBASE} \ --with-libgcrypt-prefix=${LOCALBASE} |