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 /comms | |
parent | 1c1171950f538d258ac5d58e810ddf82c3ccb4cc (diff) | |
download | freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.gz freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.zst freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.zip |
- Chase the libgcrypt shared lib version
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libimobiledevice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/libimobiledevice/Makefile b/comms/libimobiledevice/Makefile index d006c3946976..aa1b95caaeba 100644 --- a/comms/libimobiledevice/Makefile +++ b/comms/libimobiledevice/Makefile @@ -6,7 +6,7 @@ PORTNAME= libimobiledevice PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= http://www.${PORTNAME}.org/downloads/ @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \ tasn1.4:${PORTSDIR}/security/libtasn1 \ - gcrypt.17:${PORTSDIR}/security/libgcrypt \ + gcrypt.18:${PORTSDIR}/security/libgcrypt \ plist.1:${PORTSDIR}/devel/libplist \ usbmuxd.1:${PORTSDIR}/comms/usbmuxd |