summaryrefslogtreecommitdiff
path: root/mail/wmbiff
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-01-09 16:34:19 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-01-09 16:34:19 +0000
commit17b54d4ed8d6bf7e33d4cb403c8b373caf2b75dc (patch)
tree4c12496cc051dfc76a8f0957842dbd95e6dfcf7a /mail/wmbiff
parentUpdate to 1.2.9. (diff)
Chase gnutls update.
Notes
Notes: svn path=/head/; revision=153142
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