diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-29 05:47:06 +0800 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-29 05:47:06 +0800 |
commit | 6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6 (patch) | |
tree | d4e8140a3268d4b95edcc447e1041c522c10e9fc /textproc/libxslt | |
parent | 709504337377907c9d008b15083b549823461da5 (diff) | |
download | freebsd-ports-gnome-6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6.tar.gz freebsd-ports-gnome-6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6.tar.zst freebsd-ports-gnome-6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6.zip |
Chase libgcrypt library version
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 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:: |