diff options
author | gerald <gerald@FreeBSD.org> | 2014-03-10 03:40:40 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-03-10 03:40:40 +0800 |
commit | 715731bf840d2b1e1e80cdab37559980aa1e7cf3 (patch) | |
tree | a02a1672a5337721c15a0f0bfe052ea4e6a6af95 /audio/amarok-kde4 | |
parent | f477375e5654519ee0cf8275df732b297c419c96 (diff) | |
download | freebsd-ports-gnome-715731bf840d2b1e1e80cdab37559980aa1e7cf3.tar.gz freebsd-ports-gnome-715731bf840d2b1e1e80cdab37559980aa1e7cf3.tar.zst freebsd-ports-gnome-715731bf840d2b1e1e80cdab37559980aa1e7cf3.zip |
Chase the move of libmtp from audio to multimedia.
PR: 175266
Reported by: makc, cperciva
Diffstat (limited to 'audio/amarok-kde4')
-rw-r--r-- | audio/amarok-kde4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index 107836e31047..6c10ba2758a5 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -56,7 +56,7 @@ MP3TUNES_LIB_DEPENDS= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth \ MP3TUNES_USE= GNOME=glib20,libxml2 MP3TUNES_CMAKE_OFF= -DWITH_MP3tunes:BOOL=Off -MTP_LIB_DEPENDS= libmtp.so:${PORTSDIR}/audio/libmtp +MTP_LIB_DEPENDS= libmtp.so:${PORTSDIR}/multimedia/libmtp MTP_CMAKE_OFF= -DWITH_Mtp:BOOL=Off NLS_USES= gettext |