diff options
author | Michael Landin <mich@FreeBSD.org> | 2006-12-26 15:00:46 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2006-12-26 15:00:46 +0000 |
commit | 2912eb532203e22f91112f98da1e447f2ad020ca (patch) | |
tree | 73fadf7a4838449d9ce0dcb6c6315cc64e0b7d14 /audio/amarok | |
parent | Apply FreeBSD specific changes: (diff) |
- add pkg-message explaining user-mount when using iPod and MTP devices
PR: ports/107158
Submitted by: Rechistov Grigory <ggg_mail@inbox.ru>
Notes
Notes:
svn path=/head/; revision=180798
Diffstat (limited to 'audio/amarok')
-rw-r--r-- | audio/amarok/Makefile | 2 | ||||
-rw-r--r-- | audio/amarok/pkg-message | 8 |
2 files changed, 6 insertions, 4 deletions
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 |