diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-01-12 07:25:23 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-01-12 07:25:23 +0000 |
commit | c25ebfd4aa19557ddd73f32d4e8e7420093cfc22 (patch) | |
tree | 7166a9c8ef284c8340424d641c058c9ba6731c9a /textproc | |
parent | b33fd973d56b0c064e244fcd558cd2733355f4e7 (diff) | |
download | ports-c25ebfd4aa19557ddd73f32d4e8e7420093cfc22.tar.gz ports-c25ebfd4aa19557ddd73f32d4e8e7420093cfc22.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxslt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 70f8fb43f1d7..33d869f728ee 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -7,6 +7,7 @@ PORTNAME= libxslt PORTVERSION= 1.1.12 +PORTREVISION= 1 CATEGORIES?= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 @@ -47,7 +48,7 @@ WITH_GCRYPT= yes .endif .if defined(WITH_GCRYPT) -LIB_DEPENDS+= gcrypt.12:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt .endif pre-everything:: |