aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2008-02-28 21:47:06 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2008-02-28 21:47:06 +0000
commit6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6 (patch)
treed4e8140a3268d4b95edcc447e1041c522c10e9fc /textproc
parent709504337377907c9d008b15083b549823461da5 (diff)
downloadports-6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6.tar.gz
ports-6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6.zip
Chase libgcrypt library version
Notes
Notes: svn path=/head/; revision=208144
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::