Date: Thu, 13 Dec 2012 04:30:19 +0000 (UTC) From: Marcelo Araujo <araujo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308815 - head/audio/ecasound Message-ID: <201212130430.qBD4UJRm040152@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Thu Dec 13 04:30:19 2012 New Revision: 308815 URL: http://svnweb.freebsd.org/changeset/ports/308815 Log: - Support USE_READLINE. - Trim header. PR: ports/171959 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Modified: head/audio/ecasound/Makefile Modified: head/audio/ecasound/Makefile ============================================================================== --- head/audio/ecasound/Makefile Thu Dec 13 04:28:24 2012 (r308814) +++ head/audio/ecasound/Makefile Thu Dec 13 04:30:19 2012 (r308815) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ecasound -# Date created: 22 dec 2000 -# Whom: The Anarcat <anarcat@anarcat.dyndns.org> -# +# Created by: The Anarcat <anarcat@anarcat.dyndns.org> # $FreeBSD$ -# PORTNAME= ecasound PORTVERSION= 2.9.0 @@ -26,6 +22,7 @@ AUDIOFILE_DESC= Enable libaudiofile supp LO_DESC= Enable liblo support OIL_DESC= Enable liboil support +USE_READLINE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-liblilv \ @@ -44,10 +41,6 @@ MAN5= ecasoundrc.5 .include <bsd.port.options.mk> -.if exists(${LOCALBASE}/lib/libreadline.so) -LIB_DEPENDS+= readline:${PORTSDIR}/devel/readline -.endif - .if ${PORT_OPTIONS:MALSA} LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212130430.qBD4UJRm040152>