diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-03 11:40:49 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-03 11:40:49 +0000 |
commit | e0755b977ddf2301673392c45576331ca8dadbf4 (patch) | |
tree | 92cb5bc433c23c9c04b834cf71a29ff984579775 /comms/libimobiledevice | |
parent | fbb7343c346a1f20491ae407f8878480a44f83a2 (diff) | |
download | ports-e0755b977ddf2301673392c45576331ca8dadbf4.tar.gz ports-e0755b977ddf2301673392c45576331ca8dadbf4.zip |
Notes
Diffstat (limited to 'comms/libimobiledevice')
-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 |