aboutsummaryrefslogtreecommitdiff
path: root/audio/amarok-kde4
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2017-01-09 12:16:33 +0000
committerJason E. Hale <jhale@FreeBSD.org>2017-01-09 12:16:33 +0000
commitc6c1772f2a7be6bdcbd7477f261487c8e82a15c1 (patch)
tree022a6277be471a18fe3b3ad1f96707dd37ac5194 /audio/amarok-kde4
parentb216dfb98250ec186cd4b231243af26b3fb83cc5 (diff)
Remove libofa support
MusicDNS servers are no longer running and audio/libofa has been marked DEPRECATED multimedia/ffmpeg was only needed for libofa, so remove that dependency as well
Notes
Notes: svn path=/head/; revision=430944
Diffstat (limited to 'audio/amarok-kde4')
-rw-r--r--audio/amarok-kde4/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile
index fb5812f4c75a..ec4379715c30 100644
--- a/audio/amarok-kde4/Makefile
+++ b/audio/amarok-kde4/Makefile
@@ -3,7 +3,7 @@
PORTNAME= amarok
PORTVERSION= 2.8.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= audio kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
@@ -13,8 +13,6 @@ COMMENT= KDE music player
LIB_DEPENDS= libtag.so:audio/taglib \
libtag-extras.so:audio/taglib-extras \
liblastfm.so:audio/liblastfm \
- libofa.so:audio/libofa \
- libavcodec.so:multimedia/ffmpeg \
libqjson.so:devel/qjson \
libqca.so:devel/qca \
libdbus-1.so:devel/dbus
@@ -33,6 +31,7 @@ USE_QT4= corelib dbus designer gui network opengl \
USE_XORG= ice sm x11 xau xdmcp xext xft xpm
SHEBANG_FILES= src/kconf_update/amarok-2.4.1-tokens_syntax_update.pl
USE_LDCONFIG= yes
+CMAKE_ARGS= -DWITH_FFmpeg:BOOL=off
BROKEN_sparc64= does not build (GCC-related error)