pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-sameboy



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat May 18 09:57:12 UTC 2019

Modified Files:
        pkgsrc/emulators/libretro-sameboy: Makefile

Log Message:
libretro-sameboy: Use TOOL_DEPENDS.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/libretro-sameboy/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-sameboy/Makefile
diff -u pkgsrc/emulators/libretro-sameboy/Makefile:1.3 pkgsrc/emulators/libretro-sameboy/Makefile:1.4
--- pkgsrc/emulators/libretro-sameboy/Makefile:1.3      Sun Nov 18 11:54:10 2018
+++ pkgsrc/emulators/libretro-sameboy/Makefile  Sat May 18 09:57:12 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/11/18 11:54:10 nia Exp $
+# $NetBSD: Makefile,v 1.4 2019/05/18 09:57:12 nia Exp $
 
 DISTNAME=      libretro-sameboy-0.11.2
 CATEGORIES=    emulators
@@ -15,7 +15,7 @@ EXTRACT_USING=        bsdtar
 BUILD_DIRS=    libretro
 USE_TOOLS+=    gmake
 
-BUILD_DEPENDS+=        rgbds-[0-9]*:../../devel/rgbds
+TOOL_DEPENDS+= rgbds-[0-9]*:../../devel/rgbds
 
 MAKE_FLAGS+=   GIT_VERSION="${PKGVERSION}-pkgsrc"
 



Home | Main Index | Thread Index | Old Index