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

(-)audio/ecasound/Makefile (-9 / +2 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	ecasound
1
# Created by: The Anarcat <anarcat@anarcat.dyndns.org>
2
# Date created:		22 dec 2000
3
# Whom:			The Anarcat <anarcat@anarcat.dyndns.org>
4
#
5
# $FreeBSD: ports/audio/ecasound/Makefile,v 1.47 2012/06/17 20:07:46 sylvio Exp $
2
# $FreeBSD: ports/audio/ecasound/Makefile,v 1.47 2012/06/17 20:07:46 sylvio Exp $
6
#
7
3
8
PORTNAME=	ecasound
4
PORTNAME=	ecasound
9
PORTVERSION=	2.9.0
5
PORTVERSION=	2.9.0
Lines 26-31 Link Here
26
LO_DESC=	Enable liblo support
22
LO_DESC=	Enable liblo support
27
OIL_DESC=	Enable liboil support
23
OIL_DESC=	Enable liboil support
28
24
25
USE_READLINE=	yes
29
USE_GMAKE=	yes
26
USE_GMAKE=	yes
30
USE_AUTOTOOLS=	libtool
27
USE_AUTOTOOLS=	libtool
31
CONFIGURE_ARGS=	--disable-liblilv \
28
CONFIGURE_ARGS=	--disable-liblilv \
Lines 44-53 Link Here
44
41
45
.include <bsd.port.options.mk>
42
.include <bsd.port.options.mk>
46
43
47
.if exists(${LOCALBASE}/lib/libreadline.so)
48
LIB_DEPENDS+=	readline:${PORTSDIR}/devel/readline
49
.endif
50
51
.if ${PORT_OPTIONS:MALSA}
44
.if ${PORT_OPTIONS:MALSA}
52
LIB_DEPENDS+=	asound:${PORTSDIR}/audio/alsa-lib
45
LIB_DEPENDS+=	asound:${PORTSDIR}/audio/alsa-lib
53
.else
46
.else

Return to bug 171959