diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-01-26 08:02:26 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-01-26 08:02:26 +0000 |
commit | c014ff33eec08d2383dbbd83d127a10850520bd1 (patch) | |
tree | 05c7db4dbff23c094156aa09ba3363efadae3237 /audio/creox | |
parent | b97b308363e2a0e435f4f3e004e82b54e77017ab (diff) | |
download | ports-c014ff33eec08d2383dbbd83d127a10850520bd1.tar.gz ports-c014ff33eec08d2383dbbd83d127a10850520bd1.zip |
Notes
Diffstat (limited to 'audio/creox')
-rw-r--r-- | audio/creox/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
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 <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= Does not configure on sparc64: does not find Jack library -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |