1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

audio/libmtp got updated in the meantime so bump it's library version here too

Noted by:	"E. J. Cerejo" <ecerejo@optonline.net>
This commit is contained in:
Oliver Lehmann 2008-04-11 04:34:20 +00:00
parent 1a11fc54d6
commit 1788778bb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211035

View File

@ -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