Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2019 22:53:22 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498773 - head/emulators/nestopia
Message-ID:  <201904122253.x3CMrMRC057522@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Apr 12 22:53:22 2019
New Revision: 498773
URL: https://svnweb.freebsd.org/changeset/ports/498773

Log:
  emulators/nestopia: Add option for jack support
  
  PR:		236627
  Submitted by:	checo1705@secmail.pro
  Approved by:	Neel Chauhan <neel@neelc.org> (maintainer)

Modified:
  head/emulators/nestopia/Makefile   (contents, props changed)

Modified: head/emulators/nestopia/Makefile
==============================================================================
--- head/emulators/nestopia/Makefile	Fri Apr 12 22:36:31 2019	(r498772)
+++ head/emulators/nestopia/Makefile	Fri Apr 12 22:53:22 2019	(r498773)
@@ -2,7 +2,7 @@
 
 PORTNAME=	nestopia
 DISTVERSION=	1.49
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 
 MAINTAINER=	neel@neelc.org
@@ -25,6 +25,9 @@ USE_GNOME=	cairo gdkpixbuf2 gtk30
 USE_SDL=	sdl2
 INSTALLS_ICONS=	yes
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	DOCS JACK
+
+JACK_LIB_DEPENDS=libjack.so:audio/jack
+JACK_CONFIGURE_WITH=jack
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904122253.x3CMrMRC057522>