svn commit: r314942 - head/audio/last.fm
Tilman Keskinoz
arved at FreeBSD.org
Fri Mar 22 15:51:58 UTC 2013
Author: arved
Date: Fri Mar 22 15:51:57 2013
New Revision: 314942
URL: http://svnweb.freebsd.org/changeset/ports/314942
Log:
Add missint dependency on alsalib
Reported by: pointyhat
Reset maintainer, unfortunately last.fm has stopped its service in my
country
Modified:
head/audio/last.fm/Makefile
Modified: head/audio/last.fm/Makefile
==============================================================================
--- head/audio/last.fm/Makefile Fri Mar 22 15:44:30 2013 (r314941)
+++ head/audio/last.fm/Makefile Fri Mar 22 15:51:57 2013 (r314942)
@@ -11,14 +11,15 @@ CATEGORIES= audio net
MASTER_SITES= http://cdn.last.fm/client/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
-MAINTAINER= arved at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Official last.fm radio player
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
LIB_DEPENDS= gpod.7:${PORTSDIR}/audio/libgpod \
mad.2:${PORTSDIR}/audio/libmad \
samplerate.1:${PORTSDIR}/audio/libsamplerate \
- fftw3f:${PORTSDIR}/math/fftw3-float
+ fftw3f:${PORTSDIR}/math/fftw3-float \
+ asound.2:${PORTSDIR}/audio/alsa-lib
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
More information about the svn-ports-head
mailing list