diff options
author | gahr <gahr@FreeBSD.org> | 2010-01-26 16:02:26 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-01-26 16:02:26 +0800 |
commit | 64200b68a55841ec69d32f21ccc4109953a08f19 (patch) | |
tree | 4278a6776381217bebe6417ef0d84c92c74f3691 | |
parent | a859850730e0c09b9aad8359f28e1eecb43c2d47 (diff) | |
download | freebsd-ports-gnome-64200b68a55841ec69d32f21ccc4109953a08f19.tar.gz freebsd-ports-gnome-64200b68a55841ec69d32f21ccc4109953a08f19.tar.zst freebsd-ports-gnome-64200b68a55841ec69d32f21ccc4109953a08f19.zip |
- Unbreak on sparc64 by explicitely depend on audio/jack
PR: 142462
Submitted by: gahr
Approved by: maintainer (timeout)
-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> |