diff options
Diffstat (limited to 'net/clamz/Makefile')
-rw-r--r-- | net/clamz/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/clamz/Makefile b/net/clamz/Makefile index 86c1518d652a..a476cb74d613 100644 --- a/net/clamz/Makefile +++ b/net/clamz/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= glathe.helko@googlemail.com COMMENT= Command-line program to download MP3 files from Amazon's music store -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - expat.6:${PORTSDIR}/textproc/expat2 \ - gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libexpat.so:${PORTSDIR}/textproc/expat2 \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |