aboutsummaryrefslogtreecommitdiffstats
path: root/mail/wmbiff
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2006-01-10 00:34:19 +0800
committernovel <novel@FreeBSD.org>2006-01-10 00:34:19 +0800
commitd6c502558f6245241ad74976a89c2c9ae937056c (patch)
tree9885c63f2a2deb791401992cc74861b1233c188c /mail/wmbiff
parent147bbe8b873d6981cbeba079fb8509b6a5a8711a (diff)
downloadfreebsd-ports-gnome-d6c502558f6245241ad74976a89c2c9ae937056c.tar.gz
freebsd-ports-gnome-d6c502558f6245241ad74976a89c2c9ae937056c.tar.zst
freebsd-ports-gnome-d6c502558f6245241ad74976a89c2c9ae937056c.zip
Chase gnutls update.
Diffstat (limited to 'mail/wmbiff')
-rw-r--r--mail/wmbiff/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile
index 30eeea12e7cb..77d594370db0 100644
--- a/mail/wmbiff/Makefile
+++ b/mail/wmbiff/Makefile
@@ -7,6 +7,7 @@
PORTNAME= wmbiff
PORTVERSION= 0.4.27
+PORTREVISION= 1
CATEGORIES= mail windowmaker afterstep
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -36,7 +37,7 @@ PLIST_DIRS= %%DATADIR%%/skins \
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt \
- gnutls.12:${PORTSDIR}/security/gnutls
+ gnutls.15:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-libgnutls-prefix=${LOCALBASE} \
--with-libgcrypt-prefix=${LOCALBASE}
.else