aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2014-03-10 17:53:36 +0800
committermakc <makc@FreeBSD.org>2014-03-10 17:53:36 +0800
commit3a76dfb705041b5193eed11fd21f454684a61815 (patch)
treedc865ce9c2234df0012e1bf5f41637b4943f95f3
parent2ce528313b9255d0f78717769cb2dcffc5c6e97e (diff)
downloadfreebsd-ports-gnome-3a76dfb705041b5193eed11fd21f454684a61815.tar.gz
freebsd-ports-gnome-3a76dfb705041b5193eed11fd21f454684a61815.tar.zst
freebsd-ports-gnome-3a76dfb705041b5193eed11fd21f454684a61815.zip
- Chase libmtp move
-rw-r--r--audio/rhythmbox/Makefile2
-rw-r--r--multimedia/vlc/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index b2839791beba..10f035507aec 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -73,7 +73,7 @@ PLIST_SUB+= LIRC="@comment "
.endif
.if ${PORT_OPTIONS:MMTP}
-LIB_DEPENDS+= libmtp.so:${PORTSDIR}/audio/libmtp
+LIB_DEPENDS+= libmtp.so:${PORTSDIR}/multimedia/libmtp
PLIST_SUB+= MTP=""
CONFIGURE_ARGS+= --with-mtp
.else
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 1f0acf99ce99..edaedec47ce1 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -159,7 +159,7 @@ MODPLUG_CONFIGURE_ENABLE= mod
MPEG2_LIB_DEPENDS= libmpeg2.so:${PORTSDIR}/multimedia/libmpeg2
MPEG2_CONFIGURE_ENABLE= libmpeg2
-MTP_LIB_DEPENDS= libmtp.so:${PORTSDIR}/audio/libmtp
+MTP_LIB_DEPENDS= libmtp.so:${PORTSDIR}/multimedia/libmtp
MTP_CONFIGURE_ENABLE= mtp
MUSEPACK_LIB_DEPENDS= libmpcdec.so:${PORTSDIR}/audio/musepack