From c014ff33eec08d2383dbbd83d127a10850520bd1 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Tue, 26 Jan 2010 08:02:26 +0000 Subject: - Unbreak on sparc64 by explicitely depend on audio/jack PR: 142462 Submitted by: gahr Approved by: maintainer (timeout) --- audio/creox/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'audio/creox') diff --git a/audio/creox/Makefile b/audio/creox/Makefile index cc2fbcf4718a..16bbfb6a9dd3 100644 --- a/audio/creox/Makefile +++ b/audio/creox/Makefile @@ -7,12 +7,15 @@ PORTNAME= creox DISTVERSION= 0.2.2rc2 +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= http://zyzstar.kosoru.com/projects/creox/downloads/ MAINTAINER= danfe@FreeBSD.org COMMENT= A real-time sound processor +LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack + USE_BZIP2= yes USE_AUTOTOOLS= libtool:22 GNU_CONFIGURE= yes @@ -40,10 +43,4 @@ post-patch: @${REINPLACE_CMD} -e '186s,);,)&,' \ ${WRKSRC}/creox/effects_dsp/tremoloprocessor.cpp -.include - -.if ${ARCH} == "sparc64" -BROKEN= Does not configure on sparc64: does not find Jack library -.endif - -.include +.include -- cgit v1.2.3