Date: Thu, 17 Sep 2009 18:59:52 GMT From: Anatoly Borodin <anatoly.borodin@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/138911: [patch] Fix INDEX creation - audio/lmms dependency typo Message-ID: <200909171859.n8HIxqtL084626@www.freebsd.org> Resent-Message-ID: <200909171900.n8HJ0AJm021676@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138911 >Category: ports >Synopsis: [patch] Fix INDEX creation - audio/lmms dependency typo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 17 19:00:10 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Anatoly Borodin >Release: >Organization: >Environment: >Description: In audio/lmms/Makefile: LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pluseaudio pulseaudio should be instead. >How-To-Repeat: >Fix: Patch attached with submission follows: >From 4dd33a0253687eda0021d482f8d47403a3ed4c12 Mon Sep 17 00:00:00 2001 From: Anatoly Borodin <anatoly.borodin@gmail.com> Date: Sun, 16 Aug 2009 13:33:28 +0300 Subject: [PATCH] INDEX creation fix: pluseaudio -> pulseaudio. --- audio/lmms/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git audio/lmms/Makefile audio/lmms/Makefile index 57621a2..07b786a 100644 --- audio/lmms/Makefile +++ audio/lmms/Makefile @@ -62,7 +62,7 @@ CMAKE_ARGS+= -DWANT_JACK:BOOL=OFF .endif .if defined(WITH_PULSEAUDIO) -LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pluseaudio +LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio .else CMAKE_ARGS+= -DWANT_PULSEAUDIO:BOOL=OFF .endif -- 1.6.4.2 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909171859.n8HIxqtL084626>