svn commit: r498773 - head/emulators/nestopia
Steve Wills
swills at FreeBSD.org
Fri Apr 12 22:53:23 UTC 2019
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 at secmail.pro
Approved by: Neel Chauhan <neel at 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 at 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>
More information about the svn-ports-all
mailing list