diff options
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 |