aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/amarok-kde4/Makefile3
-rw-r--r--audio/amarok-kde4/pkg-message6
2 files changed, 9 insertions, 0 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile
index 65d13d4a9442..592da48f99af 100644
--- a/audio/amarok-kde4/Makefile
+++ b/audio/amarok-kde4/Makefile
@@ -29,6 +29,9 @@ USE_MYSQL= embedded
USE_CMAKE= yes
USE_LDCONFIG= yes
+NOT_FOR_ARCHS= sparc64
+NOT_FOR_ARCHS_REASON_sparc64= "GCC-related build error"
+
OPTIONS= GPOD "iPod support" on \
MTP "MTP device support" on \
LOUDMOUTH "Loudmouth support" on
diff --git a/audio/amarok-kde4/pkg-message b/audio/amarok-kde4/pkg-message
index 0e01c3fe0b05..2e730e55b59c 100644
--- a/audio/amarok-kde4/pkg-message
+++ b/audio/amarok-kde4/pkg-message
@@ -6,3 +6,9 @@ able to mount USB devices as the user running Amarok. Read more on how to set
this up on FreeBSD here:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html
+
+If you are not running a KDE4 desktop, you should consider installing the
+x11/kdebase4-runtime and multimedia/phonon ports along with Amarok. You will
+also need to pick a Phonon backend port (multimedia/phonon-xine or
+multimedia/phonon-gstreamer). It has been reported that icons and audio will
+not work properly without these additional ports.