diff options
-rw-r--r-- | audio/amarok-kde4/Makefile | 2 | ||||
-rw-r--r-- | audio/amarok-kde4/pkg-message | 8 | ||||
-rw-r--r-- | audio/amarok/Makefile | 2 | ||||
-rw-r--r-- | audio/amarok/pkg-message | 8 |
4 files changed, 12 insertions, 8 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index bee7a57b4b06..1fb62eb0173e 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -111,7 +111,7 @@ post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${TOUCH} post-install: -.if defined(WITH_LIBVISUAL) +.if defined(WITH_MTP) || defined(WITH_NJB) || defined(WITH_GPOD) @${CAT} ${PKGMESSAGE} .endif diff --git a/audio/amarok-kde4/pkg-message b/audio/amarok-kde4/pkg-message index 1aa6bc0e39c1..0e01c3fe0b05 100644 --- a/audio/amarok-kde4/pkg-message +++ b/audio/amarok-kde4/pkg-message @@ -1,6 +1,8 @@ ATTENTION: -You have installed Amarok with libvisual support. If you want to be able to -access any visualizations, you must install the graphics/libvisual-plugins -port. +In order to use certain devices (MTP, iPod, ..) through Amarok you need to be +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 diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index bee7a57b4b06..1fb62eb0173e 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -111,7 +111,7 @@ post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${TOUCH} post-install: -.if defined(WITH_LIBVISUAL) +.if defined(WITH_MTP) || defined(WITH_NJB) || defined(WITH_GPOD) @${CAT} ${PKGMESSAGE} .endif diff --git a/audio/amarok/pkg-message b/audio/amarok/pkg-message index 1aa6bc0e39c1..0e01c3fe0b05 100644 --- a/audio/amarok/pkg-message +++ b/audio/amarok/pkg-message @@ -1,6 +1,8 @@ ATTENTION: -You have installed Amarok with libvisual support. If you want to be able to -access any visualizations, you must install the graphics/libvisual-plugins -port. +In order to use certain devices (MTP, iPod, ..) through Amarok you need to be +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 |