aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2008-02-29 05:47:06 +0800
committerarved <arved@FreeBSD.org>2008-02-29 05:47:06 +0800
commit3768f91967897f0ff027a583d1dda5ef48854c72 (patch)
tree36bfdaee94013139b92d5186523da4cede34b055 /textproc
parent90d21f195f0c1abab9952286d19e88c4318850fb (diff)
downloadfreebsd-ports-gnome-3768f91967897f0ff027a583d1dda5ef48854c72.tar.gz
freebsd-ports-gnome-3768f91967897f0ff027a583d1dda5ef48854c72.tar.zst
freebsd-ports-gnome-3768f91967897f0ff027a583d1dda5ef48854c72.zip
Chase libgcrypt library version
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxslt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 3cfba5f57c32..b4ef23f23ac4 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libxslt
PORTVERSION= 1.1.22
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= textproc gnome
MASTER_SITES= ftp://xmlsoft.org/libxslt/ \
ftp://fr.rpmfind.net/pub/libxml/
@@ -48,7 +48,7 @@ WITH_GCRYPT= yes
.endif
.if defined(WITH_GCRYPT)
-LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS+= gcrypt.15:${PORTSDIR}/security/libgcrypt
.endif
pre-everything::