diff options
author | mich <mich@FreeBSD.org> | 2006-12-26 15:00:46 +0000 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2006-12-26 15:00:46 +0000 |
commit | 71ed56774ddbce3d5757866c4dd8f92078353e16 (patch) | |
tree | 22322276ca93c9ff1ac507ba71f41387e29381e0 /audio/amarok | |
parent | eb9ac8a8cd1a277b43d612b6b24ff0ca1f94e305 (diff) | |
download | FreeBSD-ports-71ed56774ddbce3d5757866c4dd8f92078353e16.zip FreeBSD-ports-71ed56774ddbce3d5757866c4dd8f92078353e16.tar.gz |
- add pkg-message explaining user-mount when using iPod and MTP devices
PR: ports/107158
Submitted by: Rechistov Grigory <ggg_mail@inbox.ru>
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 bee7a57..1fb62eb 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 1aa6bc0..0e01c3f 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 |