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 /sysutils/mtpfs | |
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 'sysutils/mtpfs')
-rw-r--r-- | sysutils/mtpfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/mtpfs/Makefile b/sysutils/mtpfs/Makefile index f387d4b49f73..5c805de58ca2 100644 --- a/sysutils/mtpfs/Makefile +++ b/sysutils/mtpfs/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.adebenham.com/files/mtp/ MAINTAINER= john@pcbsd.org COMMENT= MTP device filesystem -LIB_DEPENDS= mtp:${PORTSDIR}/audio/libmtp \ +LIB_DEPENDS= mtp:${PORTSDIR}/multimedia/libmtp \ id3-3.8:${PORTSDIR}/audio/id3lib \ id3tag:${PORTSDIR}/audio/libid3tag \ mad:${PORTSDIR}/audio/libmad |