diff options
author | lofi <lofi@FreeBSD.org> | 2007-07-14 16:09:39 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-07-14 16:09:39 +0800 |
commit | a3642bb20ffee6715f43a7bf0dfa7ab5fc7a14a9 (patch) | |
tree | fce9a560c020f4b3fa9b9c44eea9ec42d01eb25e /audio/last.fm/Makefile | |
parent | 781aefb48dbe738af3b11bfd607c44f36bdda223 (diff) | |
download | freebsd-ports-gnome-a3642bb20ffee6715f43a7bf0dfa7ab5fc7a14a9.tar.gz freebsd-ports-gnome-a3642bb20ffee6715f43a7bf0dfa7ab5fc7a14a9.tar.zst freebsd-ports-gnome-a3642bb20ffee6715f43a7bf0dfa7ab5fc7a14a9.zip |
Update to 1.3.0.58
Diffstat (limited to 'audio/last.fm/Makefile')
-rw-r--r-- | audio/last.fm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/last.fm/Makefile b/audio/last.fm/Makefile index 6d3a23f68f1c..b20795a0a8d4 100644 --- a/audio/last.fm/Makefile +++ b/audio/last.fm/Makefile @@ -6,8 +6,7 @@ # PORTNAME= last.fm -PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTVERSION= 1.3.0.58 CATEGORIES= audio net MASTER_SITES= http://static.last.fm/client/Linux/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -28,6 +27,8 @@ CONFIGURE_ENV+= X11BASE=${X11BASE} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} post-build: + cd ${WRKSRC}/src/output/RtAudio && \ + ${QMAKE} -spec freebsd-g++ && make ${REINPLACE_CMD} -e 's|`dirname $$0`|${DATADIR}|g' \ ${WRKSRC}/bin/last.fm |