pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-dolphin



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar  4 23:20:27 UTC 2019

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

Log Message:
libretro-dolphin: Add pkg-config to USE_TOOLS...


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/libretro-dolphin/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-dolphin/Makefile
diff -u pkgsrc/emulators/libretro-dolphin/Makefile:1.3 pkgsrc/emulators/libretro-dolphin/Makefile:1.4
--- pkgsrc/emulators/libretro-dolphin/Makefile:1.3      Thu Dec 13 19:51:50 2018
+++ pkgsrc/emulators/libretro-dolphin/Makefile  Mon Mar  4 23:20:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/12/13 19:51:50 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/03/04 23:20:27 nia Exp $
 
 DISTNAME=      libretro-dolphin-20180827
 PKGREVISION=   1
@@ -13,6 +13,7 @@ COMMENT=      Libretro core based on the Dolp
 LICENSE=       gnu-gpl-v2
 
 EXTRACT_USING= bsdtar
+USE_TOOLS+=    pkg-config
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++14
 GCC_REQD+=     6



Home | Main Index | Thread Index | Old Index