diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-07-27 01:25:20 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-07-27 01:25:20 +0000 |
commit | 15c1551ea378607e55d8794de79207166d0ae1e5 (patch) | |
tree | 73c8786e0fad568d10c37e84e57718888d04e4a4 /net/clamz | |
parent | 5248e90f8597935323b5088e6d32590bac88c5a7 (diff) | |
download | ports-15c1551ea378607e55d8794de79207166d0ae1e5.tar.gz ports-15c1551ea378607e55d8794de79207166d0ae1e5.zip |
Notes
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 |