Lines 31-36
Link Here
|
31 |
|
31 |
|
32 |
OPTIONS= GPOD "iPod support" on \ |
32 |
OPTIONS= GPOD "iPod support" on \ |
33 |
NJB "Creative Nomad and Dell support" on \ |
33 |
NJB "Creative Nomad and Dell support" on \ |
|
|
34 |
MTP "MTP device support" on \ |
34 |
XMMS "XMMS visualizations" off \ |
35 |
XMMS "XMMS visualizations" off \ |
35 |
OPENGL "OpenGL support" on \ |
36 |
OPENGL "OpenGL support" on \ |
36 |
AMAZON "Amazon cover fetching support" on \ |
37 |
AMAZON "Amazon cover fetching support" on \ |
Lines 63-68
Link Here
|
63 |
LIB_DEPENDS+= njb.6:${PORTSDIR}/audio/libnjb |
64 |
LIB_DEPENDS+= njb.6:${PORTSDIR}/audio/libnjb |
64 |
CONFIGURE_ARGS+=--with-libnjb |
65 |
CONFIGURE_ARGS+=--with-libnjb |
65 |
PLIST_SUB+= NJB="" |
66 |
PLIST_SUB+= NJB="" |
|
|
67 |
.endif |
68 |
|
69 |
.if !defined(WITH_MTP) |
70 |
PLIST_SUB+= MTP="@comment " |
71 |
.else |
72 |
LIB_DEPENDS+= mtp.3:${PORTSDIR}/audio/libmtp |
73 |
CONFIGURE_ARGS+=--with-libmtp |
74 |
PLIST_SUB+= MTP="" |
66 |
.endif |
75 |
.endif |
67 |
|
76 |
|
68 |
.if !defined(WITH_XMMS) |
77 |
.if !defined(WITH_XMMS) |