diff options
author | swills <swills@FreeBSD.org> | 2011-07-03 19:40:49 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-07-03 19:40:49 +0800 |
commit | ae430b66773d3ab07cec0ef7e1d20258c09e74ab (patch) | |
tree | 081b0a98b3f4c8b38cbeffd11f0a9604a15c599f /deskutils | |
parent | 1c1171950f538d258ac5d58e810ddf82c3ccb4cc (diff) | |
download | freebsd-ports-graphics-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.gz freebsd-ports-graphics-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.zst freebsd-ports-graphics-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.zip |
- Chase the libgcrypt shared lib version
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/chmsee/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/chmsee/Makefile b/deskutils/chmsee/Makefile index a6a7508d0f6..ce78ea5cbc1 100644 --- a/deskutils/chmsee/Makefile +++ b/deskutils/chmsee/Makefile @@ -7,6 +7,7 @@ PORTNAME= chmsee PORTVERSION= 1.3.1.1 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -14,7 +15,7 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= A viewer for Microsoft Help "CHM" files LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib \ - gcrypt.17:${PORTSDIR}/security/libgcrypt + gcrypt.18:${PORTSDIR}/security/libgcrypt LICENSE= GPLv2 |