Date: Wed, 21 Nov 2012 22:31:23 GMT From: Chris Petrik <c.petrik.sosa@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/173803: [PATCH] audio/jack-keyboard optionsng Message-ID: <201211212231.qALMVN1X083983@red.freebsd.org> Resent-Message-ID: <201211212240.qALMe0uc041945@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 173803 >Category: ports >Synopsis: [PATCH] audio/jack-keyboard optionsng >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 21 22:40:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Chris Petrik >Release: >Organization: na >Environment: >Description: OptionsNG Changes >How-To-Repeat: >Fix: Patch attached with submission follows: Index: jack-keyboard/Makefile =================================================================== --- jack-keyboard/Makefile (revision 305743) +++ jack-keyboard/Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: jack-keyboard -# Date created: 2007-01-23 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD$ -# PORTNAME= jack-keyboard DISTVERSION= 2.7.1 @@ -17,7 +13,7 @@ LICENSE= BSD -LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack +LIB_DEPENDS= jack:${PORTSDIR}/audio/jack MAN1= jack-keyboard.1 @@ -26,12 +22,13 @@ USE_CMAKE= yes INSTALLS_ICONS= yes -OPTIONS= LASH "Build with lash support" on +OPTIONS_DEFINE= LASH +OPTIONS_DEFAULT= LASH .include <bsd.port.options.mk> -.if defined(WITH_LASH) -LIB_DEPENDS+= lash.2:${PORTSDIR}/audio/lash +.if ${PORT_OPTIONS:MLASH} +LIB_DEPENDS+= lash:${PORTSDIR}/audio/lash CMAKE_ARGS+= -DLashEnable:BOOL=On .else CMAKE_ARGS+= -DLashEnable:BOOL=Off >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211212231.qALMVN1X083983>