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

(-)ports/multimedia/xine/Makefile (-1 / +12 lines)
Lines 72-82 Link Here
72
CONFIGURE_ARGS+=	--disable-xft
71
CONFIGURE_ARGS+=	--disable-xft
73
.endif
72
.endif
74
73
75
.if exists(${LOCALBASE}/lib/libcaca.a) || defined(WITH_LIBCACA)
74
.if !defined(WITHOUT_LIBCACA) && (exists(${LOCALBASE}/lib/libcaca.a) || defined(WITH_LIBCACA))
76
PLIST_SUB+=	WITH_LIBCACA=""
75
PLIST_SUB+=	WITH_LIBCACA=""
77
.else
76
.else
78
PLIST_SUB+=	WITH_LIBCACA="@comment "
77
PLIST_SUB+=	WITH_LIBCACA="@comment "
79
.endif
78
.endif
79
80
pre-everything::
81
	@${ECHO_MSG} "===>"
82
	@${ECHO_MSG} "===> You can enable some features by defining following variables."
83
	@${ECHO_MSG} "===>"
84
.if defined (WITHOUT_LIBCACA) || (!exists(${LOCALBASE}/lib/libcaca.a) && !defined(WITH_LIBCACA))
85
	@${ECHO_MSG} "===> WITH_LIBCACA (libcaca support)"
86
.else
87
	@${ECHO_MSG} "===> WITH_LIBCACA (libcaca support, enabled)"
88
.endif
89
	@${ECHO_MSG} "===>"
80
90
81
post-patch:
91
post-patch:
82
	@${REINPLACE_CMD} -e \
92
	@${REINPLACE_CMD} -e \

Return to bug 84744