pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/picodrive



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Jan  7 02:46:56 UTC 2025

Modified Files:
        pkgsrc/emulators/picodrive: Makefile

Log Message:
picodrive: requires (external) zlib for Unix builds


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/picodrive/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/picodrive/Makefile
diff -u pkgsrc/emulators/picodrive/Makefile:1.2 pkgsrc/emulators/picodrive/Makefile:1.3
--- pkgsrc/emulators/picodrive/Makefile:1.2     Mon Jan  6 21:49:07 2025
+++ pkgsrc/emulators/picodrive/Makefile Tue Jan  7 02:46:56 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2025/01/06 21:49:07 ktnb Exp $
+# $NetBSD: Makefile,v 1.3 2025/01/07 02:46:56 gutteridge Exp $
 
 DISTNAME=      PicoDrive_1.93
 PKGNAME=       ${DISTNAME:tl:S/_/-/1}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=notaz/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -59,6 +59,7 @@ do-install:
                ${DESTDIR}${PREFIX}/share/picodrive/skin
 
 .include "../../devel/SDL/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/dlopen.buildlink3.mk"



Home | Main Index | Thread Index | Old Index