pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/libretro-fuse
Module Name: pkgsrc
Committed By: nia
Date: Tue Jun 2 12:26:14 UTC 2020
Modified Files:
pkgsrc/emulators/libretro-fuse: Makefile
Log Message:
libretro-fuse: missing zlib dependency, MASTER_SITES is redundant
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/libretro-fuse/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/libretro-fuse/Makefile
diff -u pkgsrc/emulators/libretro-fuse/Makefile:1.4 pkgsrc/emulators/libretro-fuse/Makefile:1.5
--- pkgsrc/emulators/libretro-fuse/Makefile:1.4 Sat May 30 15:56:22 2020
+++ pkgsrc/emulators/libretro-fuse/Makefile Tue Jun 2 12:26:14 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2020/05/30 15:56:22 nia Exp $
+# $NetBSD: Makefile,v 1.5 2020/06/02 12:26:14 nia Exp $
DISTNAME= libretro-fuse-20200506
CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}
GITHUB_PROJECT= fuse-libretro
GITHUB_TAG= c2f03e6f08f3e2a03d7888fe756e0beb7979f983
@@ -22,4 +21,5 @@ BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-no-u
CHECK_PORTABILITY_SKIP+= fuse/configure
.include "../../emulators/retroarch/core.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index