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 /net/clamz | |
parent | d6666c0ddc9171e178c5e456ba6d0bc61dba9ac2 (diff) |
Notes
Diffstat (limited to 'net/clamz')
-rw-r--r-- | net/clamz/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/clamz/Makefile b/net/clamz/Makefile index 1da9be4826d5..04b45fa569e2 100644 --- a/net/clamz/Makefile +++ b/net/clamz/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: clamz -# Date created: 2009-06-08 -# Whom: Helko Glathe <glathe.helko@googlemail.com> -# +# Created by: Helko Glathe <glathe.helko@googlemail.com> # $FreeBSD$ -# PORTNAME= clamz PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= net audio MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -15,7 +12,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.18:${PORTSDIR}/security/libgcrypt + gcrypt:${PORTSDIR}/security/libgcrypt CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |