aboutsummaryrefslogtreecommitdiffstats
path: root/mail/wmbiff
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2008-03-03 19:57:08 +0800
committernovel <novel@FreeBSD.org>2008-03-03 19:57:08 +0800
commit5cb244b7774afda3acf8f47bb665c0fdce1b6227 (patch)
tree683ed62f664c817907d3fab5b672f06abba3433f /mail/wmbiff
parent83062c68ed9bee1bf4b539ae24145d493bf8b9bc (diff)
downloadfreebsd-ports-gnome-5cb244b7774afda3acf8f47bb665c0fdce1b6227.tar.gz
freebsd-ports-gnome-5cb244b7774afda3acf8f47bb665c0fdce1b6227.tar.zst
freebsd-ports-gnome-5cb244b7774afda3acf8f47bb665c0fdce1b6227.zip
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
Diffstat (limited to 'mail/wmbiff')
-rw-r--r--mail/wmbiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile
index dc4d3a1a3a1d..8066199eab98 100644
--- a/mail/wmbiff/Makefile
+++ b/mail/wmbiff/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wmbiff
PORTVERSION= 0.4.27
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= mail windowmaker afterstep
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -37,7 +37,7 @@ PLIST_DIRS= %%DATADIR%%/skins \
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gcrypt.15:${PORTSDIR}/security/libgcrypt \
- gnutls.13:${PORTSDIR}/security/gnutls
+ gnutls.26:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-libgnutls-prefix=${LOCALBASE} \
--with-libgcrypt-prefix=${LOCALBASE}
.else