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

Collapse All | Expand All

(-)amarok_new/Makefile (-1 / +1 lines)
Lines 64-70 Link Here
64
.if !defined(WITH_MTP)
64
.if !defined(WITH_MTP)
65
PLIST_SUB+=	MTP="@comment "
65
PLIST_SUB+=	MTP="@comment "
66
.else
66
.else
67
LIB_DEPENDS+=	mtp.7:${PORTSDIR}/audio/libmtp
67
LIB_DEPENDS+=	mtp:${PORTSDIR}/audio/libmtp
68
CONFIGURE_ARGS+=--with-libmtp
68
CONFIGURE_ARGS+=--with-libmtp
69
PLIST_SUB+=	MTP=""
69
PLIST_SUB+=	MTP=""
70
.endif
70
.endif

Return to bug 115218