pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

jgenesis: add zenity dependency



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Aug 12 08:30:57 2024 +0200
Changeset:	8ddb814aa8567501b642b92ef5825f310cec96cd

Modified Files:
	jgenesis/Makefile

Log Message:
jgenesis: add zenity dependency

Needed for File -> Open

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8ddb814aa8567501b642b92ef5825f310cec96cd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 jgenesis/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/jgenesis/Makefile b/jgenesis/Makefile
index fbb7570686..4be7213394 100644
--- a/jgenesis/Makefile
+++ b/jgenesis/Makefile
@@ -10,6 +10,8 @@ HOMEPAGE=	https://github.com/jsgroth/jgenesis/
 COMMENT=	Sega Genesis - Sega CD - SNES - Master System - Game Gear emulator
 LICENSE=	mit
 
+DEPENDS+=	zenity-[0-9]*:../../x11/zenity
+
 .include "cargo-depends.mk"
 
 #RUST_REQ=	1.79.0


Home | Main Index | Thread Index | Old Index