diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-07-27 09:25:20 +0800 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-07-27 09:25:20 +0800 |
commit | 15c1551ea378607e55d8794de79207166d0ae1e5 (patch) | |
tree | 73c8786e0fad568d10c37e84e57718888d04e4a4 /textproc/libxslt | |
parent | 5248e90f8597935323b5088e6d32590bac88c5a7 (diff) | |
download | freebsd-ports-gnome-15c1551ea378607e55d8794de79207166d0ae1e5.tar.gz freebsd-ports-gnome-15c1551ea378607e55d8794de79207166d0ae1e5.tar.zst freebsd-ports-gnome-15c1551ea378607e55d8794de79207166d0ae1e5.zip |
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Diffstat (limited to 'textproc/libxslt')
-rw-r--r-- | textproc/libxslt/Makefile | 4 |
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 |