View | Details | Raw Unified | Return to bug 122035 | Differences between
and this patch

Collapse All | Expand All

(-)amarok/Makefile (-1 / +1 lines)
Lines 68-74 Link Here
68
.if !defined(WITH_MTP)
68
.if !defined(WITH_MTP)
69
PLIST_SUB+=	MTP="@comment "
69
PLIST_SUB+=	MTP="@comment "
70
.else
70
.else
71
LIB_DEPENDS+=	mtp.7:${PORTSDIR}/audio/libmtp
71
LIB_DEPENDS+=	mtp.8:${PORTSDIR}/audio/libmtp
72
CONFIGURE_ARGS+=--with-libmtp
72
CONFIGURE_ARGS+=--with-libmtp
73
PLIST_SUB+=	MTP=""
73
PLIST_SUB+=	MTP=""
74
.endif
74
.endif

Return to bug 122035