summaryrefslogtreecommitdiff
path: root/textproc/libxslt
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2010-07-27 01:25:20 +0000
committerWesley Shields <wxs@FreeBSD.org>2010-07-27 01:25:20 +0000
commit15c1551ea378607e55d8794de79207166d0ae1e5 (patch)
tree73c8786e0fad568d10c37e84e57718888d04e4a4 /textproc/libxslt
parentUpdate to 1.4.6. (diff)
Chase security/libgcrypt shlib bump.
PR: ports/148755 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Notes
Notes: svn path=/head/; revision=258314
Diffstat (limited to 'textproc/libxslt')
-rw-r--r--textproc/libxslt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 1fe53b3864ba..d3cb097f5f9d 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libxslt
PORTVERSION= 1.1.26
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= textproc gnome
MASTER_SITES= ftp://fr.rpmfind.net/pub/libxml/ \
ftp://gd.tuwien.ac.at/pub/libxml/ \
@@ -45,7 +45,7 @@ CONFIGURE_ARGS+= --with-mem-debug
.endif
.if defined(WITH_CRYPTO)
-LIB_DEPENDS+= gcrypt.16:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS+= gcrypt.17:${PORTSDIR}/security/libgcrypt
.else
CONFIGURE_ARGS+=--without-crypto
.endif