pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/jgenesis



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Nov 27 13:20:33 UTC 2024

Modified Files:
        pkgsrc/emulators/jgenesis: Makefile

Log Message:
emulators/jgenesis: re-enable zenety dependency

Forgot to switch this on.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/jgenesis/Makefile

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

Modified files:

Index: pkgsrc/emulators/jgenesis/Makefile
diff -u pkgsrc/emulators/jgenesis/Makefile:1.5 pkgsrc/emulators/jgenesis/Makefile:1.6
--- pkgsrc/emulators/jgenesis/Makefile:1.5      Wed Nov 27 13:16:09 2024
+++ pkgsrc/emulators/jgenesis/Makefile  Wed Nov 27 13:20:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/11/27 13:16:09 pin Exp $
+# $NetBSD: Makefile,v 1.6 2024/11/27 13:20:33 pin Exp $
 
 DISTNAME=      jgenesis-0.8.2
 CATEGORIES=    emulators
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/jsgroth/jge
 COMMENT=       Sega Genesis - Sega CD - SNES - Master System - Game Gear emulator
 LICENSE=       mit
 
-#DEPENDS+=     zenity-[0-9]*:../../x11/zenity
+DEPENDS+=      zenity-[0-9]*:../../x11/zenity
 
 .include "cargo-depends.mk"
 



Home | Main Index | Thread Index | Old Index