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

(-)/kirby/shared/ports/xmms/Makefile (-5 / +5 lines)
Lines 56-62 Link Here
56
PLIST_SUB+=	NLS="@comment "
56
PLIST_SUB+=	NLS="@comment "
57
.endif
57
.endif
58
58
59
.if defined(WITH_IPV6)
59
.if !defined(WITHOUT_IPV6)
60
CONFIGURE_ARGS+=	--enable-ipv6
60
CONFIGURE_ARGS+=	--enable-ipv6
61
.endif
61
.endif
62
62
Lines 74-80 Link Here
74
CFLAGS+=	-DALL_VORBIS_TAGS
74
CFLAGS+=	-DALL_VORBIS_TAGS
75
.endif
75
.endif
76
76
77
.if defined(WITH_MIKMOD)
77
.if !defined(WITHOUT_MIKMOD)
78
LIB_DEPENDS+=	mikmod.2:${PORTSDIR}/audio/libmikmod
78
LIB_DEPENDS+=	mikmod.2:${PORTSDIR}/audio/libmikmod
79
INPUT_PLUGINS+=	mikmod
79
INPUT_PLUGINS+=	mikmod
80
PLIST_SUB+=	MIKMODPLUGIN:=""
80
PLIST_SUB+=	MIKMODPLUGIN:=""
Lines 83-89 Link Here
83
PLIST_SUB+=	MIKMODPLUGIN:="@comment "
83
PLIST_SUB+=	MIKMODPLUGIN:="@comment "
84
.endif
84
.endif
85
85
86
.if defined(WITH_VORBIS)
86
.if !defined(WITHOUT_VORBIS)
87
LIB_DEPENDS+=	vorbis.4:${PORTSDIR}/audio/libvorbis
87
LIB_DEPENDS+=	vorbis.4:${PORTSDIR}/audio/libvorbis
88
INPUT_PLUGINS+=	vorbis
88
INPUT_PLUGINS+=	vorbis
89
PLIST_SUB+=	VORBISPLUGIN:=""
89
PLIST_SUB+=	VORBISPLUGIN:=""
Lines 105-111 Link Here
105
WITHOUT_SIMD+=	yes
105
WITHOUT_SIMD+=	yes
106
.endif
106
.endif
107
107
108
.if defined(WITH_SIMD)
108
.if !defined(WITHOUT_SIMD)
109
CONFIGURE_ARGS+=	--enable-simd
109
CONFIGURE_ARGS+=	--enable-simd
110
.endif
110
.endif
111
111
Lines 151-157 Link Here
151
.  endfor
151
.  endfor
152
.endif
152
.endif
153
# If there is no esound installed, the autotools won't find a required macro
153
# If there is no esound installed, the autotools won't find a required macro
154
.if !${HAVE_GNOME:Mesound}!=""
154
.if ${HAVE_GNOME:Mesound}==""
155
	${REINPLACE_CMD} -e '/AM_PATH_ESD/,/have_esd=no/d' ${WRKSRC}/configure.in
155
	${REINPLACE_CMD} -e '/AM_PATH_ESD/,/have_esd=no/d' ${WRKSRC}/configure.in
156
.endif
156
.endif

Return to bug 120351