From 57be530c0ba7bb65ee8da699fbc556c1c6b5cd65 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Fri, 12 Apr 2019 22:53:22 +0000 Subject: emulators/nestopia: Add option for jack support PR: 236627 Submitted by: checo1705@secmail.pro Approved by: Neel Chauhan (maintainer) --- emulators/nestopia/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'emulators/nestopia') diff --git a/emulators/nestopia/Makefile b/emulators/nestopia/Makefile index b1105a00d36f..205ac7a5b6e2 100644 --- a/emulators/nestopia/Makefile +++ b/emulators/nestopia/Makefile @@ -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 -- cgit v1.2.3