diff options
author | swills <swills@FreeBSD.org> | 2011-07-03 19:40:49 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-07-03 19:40:49 +0800 |
commit | ae430b66773d3ab07cec0ef7e1d20258c09e74ab (patch) | |
tree | 081b0a98b3f4c8b38cbeffd11f0a9604a15c599f /net/clamz | |
parent | 1c1171950f538d258ac5d58e810ddf82c3ccb4cc (diff) | |
download | freebsd-ports-graphics-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.gz freebsd-ports-graphics-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.zst freebsd-ports-graphics-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.zip |
- Chase the libgcrypt shared lib version
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 1c995871078..b9e76ea2e47 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" |