diff options
Diffstat (limited to 'net/clamz')
-rw-r--r-- | net/clamz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/clamz/Makefile b/net/clamz/Makefile index 10333b88f1ce..1ce97ed00f7b 100644 --- a/net/clamz/Makefile +++ b/net/clamz/Makefile @@ -7,7 +7,7 @@ PORTNAME= clamz PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net audio MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -16,7 +16,7 @@ COMMENT= Command-line program to download MP3 files from Amazon's music store LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ expat.6:${PORTSDIR}/textproc/expat2 \ - gcrypt.16:${PORTSDIR}/security/libgcrypt + gcrypt.17:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes USE_GNOME= pkgconfig |