diff options
Diffstat (limited to 'net/clamz')
-rw-r--r-- | net/clamz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/clamz/Makefile b/net/clamz/Makefile index 1c9958710786..b9e76ea2e478 100644 --- a/net/clamz/Makefile +++ b/net/clamz/Makefile @@ -7,6 +7,7 @@ PORTNAME= clamz PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= net audio MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -15,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.17:${PORTSDIR}/security/libgcrypt + gcrypt.18:${PORTSDIR}/security/libgcrypt CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |