diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-03 16:36:39 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-03 16:36:39 +0000 |
commit | 2898e3fa0cd98a2293e7ac858e3efaf16444c98c (patch) | |
tree | 0c98bf4df764b75bc08fe49f8d5555bf3212ef21 /comms/libimobiledevice/Makefile | |
parent | d6666c0ddc9171e178c5e456ba6d0bc61dba9ac2 (diff) | |
download | ports-2898e3fa0cd98a2293e7ac858e3efaf16444c98c.tar.gz ports-2898e3fa0cd98a2293e7ac858e3efaf16444c98c.zip |
Notes
Diffstat (limited to 'comms/libimobiledevice/Makefile')
-rw-r--r-- | comms/libimobiledevice/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/comms/libimobiledevice/Makefile b/comms/libimobiledevice/Makefile index 7f029ccb0a90..ced2dc073d76 100644 --- a/comms/libimobiledevice/Makefile +++ b/comms/libimobiledevice/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: libimobiledevice -# Date created: 10 June 2010 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ PORTNAME= libimobiledevice PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms MASTER_SITES= http://www.${PORTNAME}.org/downloads/ @@ -18,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls \ tasn1.5:${PORTSDIR}/security/libtasn1 \ - gcrypt.18:${PORTSDIR}/security/libgcrypt \ + gcrypt:${PORTSDIR}/security/libgcrypt \ plist.1:${PORTSDIR}/devel/libplist \ usbmuxd.1:${PORTSDIR}/comms/usbmuxd |