diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-09-14 19:02:22 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-09-14 19:02:22 +0000 |
commit | ff5a99d439fd002489128594f16e3f462a889139 (patch) | |
tree | 093c89a9cf522a1522201a12feeebb1144aad3c1 /audio/last.fm/Makefile | |
parent | 4a0fd0bbc9d4eea4ab053cf5d25c885157d92f01 (diff) | |
download | ports-ff5a99d439fd002489128594f16e3f462a889139.tar.gz ports-ff5a99d439fd002489128594f16e3f462a889139.zip |
Notes
Diffstat (limited to 'audio/last.fm/Makefile')
-rw-r--r-- | audio/last.fm/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/last.fm/Makefile b/audio/last.fm/Makefile index f1b503a46326..f35aeecbbe0b 100644 --- a/audio/last.fm/Makefile +++ b/audio/last.fm/Makefile @@ -6,9 +6,9 @@ # PORTNAME= last.fm -PORTVERSION= 1.3.1.0 +PORTVERSION= 1.3.2.11 CATEGORIES= audio net -MASTER_SITES= http://static.last.fm/client/Linux/ +MASTER_SITES= http://cdn.last.fm/client/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= lofi@FreeBSD.org @@ -36,7 +36,10 @@ USE_GCC=4.2+ post-patch: ${REINPLACE_CMD} -e 's|bash|sh|g' -e 's|qmake|${QMAKE}|g' \ -E -e 's|(.*"CONFIG-=debug")|\1 ${QMAKEFLAGS}|g' \ + -e 's|function header|header()|g' \ + -e 's|function middle|middle()|g' \ ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's|linux\*|unix|g' ${WRKSRC}/src/src.pro post-build: cd ${WRKSRC}/src/output/RtAudio && \ |