View | Details | Raw Unified | Return to bug 176735
Collapse All | Expand All

(-)Makefile (-2 / +7 lines)
Lines 36-46 Link Here
36
MAKE_JOBS_SAFE=	yes
36
MAKE_JOBS_SAFE=	yes
37
USE_LDCONFIG=	yes
37
USE_LDCONFIG=	yes
38
38
39
OPTIONS_DEFINE=	AMAZON IPOD MP3TUNES MTP
39
OPTIONS_DEFINE=	AMAZON IPOD LASTFM MP3TUNES MTP
40
OPTIONS_DEFAULT=IPOD MP3TUNES MTP
40
OPTIONS_DEFAULT=IPOD LASTFM MP3TUNES MTP
41
41
42
AMAZON_DESC=	Amazon MP3 store support via clamz
42
AMAZON_DESC=	Amazon MP3 store support via clamz
43
IPOD_DESC=	Apple iPod support
43
IPOD_DESC=	Apple iPod support
44
LASTFM_DESC=	Last.fm audioscrobbler support
44
MP3TUNES_DESC=	MP3tunes support
45
MP3TUNES_DESC=	MP3tunes support
45
46
46
.include <bsd.port.options.mk>
47
.include <bsd.port.options.mk>
Lines 62-67 Link Here
62
PLIST_SUB+=	IPOD="@comment "
63
PLIST_SUB+=	IPOD="@comment "
63
.endif
64
.endif
64
65
66
.if ${PORT_OPTIONS:MLASTFM}
67
RUN_DEPENDS+=	liblastfm.so.1:${PORTSDIR}/audio/liblastfm
68
.endif
69
65
.if ${PORT_OPTIONS:MMP3TUNES}
70
.if ${PORT_OPTIONS:MMP3TUNES}
66
LIB_DEPENDS+=	loudmouth-1:${PORTSDIR}/net-im/loudmouth \
71
LIB_DEPENDS+=	loudmouth-1:${PORTSDIR}/net-im/loudmouth \
67
		curl:${PORTSDIR}/ftp/curl
72
		curl:${PORTSDIR}/ftp/curl

Return to bug 176735