aboutsummaryrefslogtreecommitdiffstats
path: root/security/xmlsec1
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 /security/xmlsec1
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 'security/xmlsec1')
-rw-r--r--security/xmlsec1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile
index 3b2a42746bd3..e3b39bc34501 100644
--- a/security/xmlsec1/Makefile
+++ b/security/xmlsec1/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xmlsec1
PORTVERSION= 1.2.4
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \
ftp://ftp.aleksey.com/pub/xmlsec/releases/ \
@@ -31,7 +31,7 @@ MAN1= xmlsec1.1 xmlsec1-config.1
.if defined(WITH_GNUTLS)
CONFIGURE_ARGS+= --with-gnutls="${LOCALBASE}"
-LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --without-gnutls
.endif