diff options
author | oliver <oliver@FreeBSD.org> | 2008-04-11 12:34:20 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2008-04-11 12:34:20 +0800 |
commit | facb267a51d347d5a7dd3c12f21e3d41815ae3eb (patch) | |
tree | 4ffbaca6e994915112ad2f1996b9900d378a921d /multimedia | |
parent | 53e25a4bf267f47539b17f5a5e05ce7b2022c699 (diff) | |
download | freebsd-ports-gnome-facb267a51d347d5a7dd3c12f21e3d41815ae3eb.tar.gz freebsd-ports-gnome-facb267a51d347d5a7dd3c12f21e3d41815ae3eb.tar.zst freebsd-ports-gnome-facb267a51d347d5a7dd3c12f21e3d41815ae3eb.zip |
audio/libmtp got updated in the meantime so bump it's library version here too
Noted by: "E. J. Cerejo" <ecerejo@optonline.net>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/audacious-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index 32f812429eed..a595432bc312 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -319,7 +319,7 @@ PLIST_SUB+= MMSPLUGIN="@comment " .endif .if defined(WITH_MTP) -LIB_DEPENDS+= mtp.6:${PORTSDIR}/audio/libmtp +LIB_DEPENDS+= mtp.8:${PORTSDIR}/audio/libmtp CONFIGURE_ARGS+=--enable-mtp_up PLIST_SUB+= MTPPLUGIN="" .else |