pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/haxm



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon May 31 12:58:50 UTC 2021

Modified Files:
        pkgsrc/emulators/haxm: Makefile

Log Message:
haxm: set USE_BSD_MAKEFILE


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/emulators/haxm/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/haxm/Makefile
diff -u pkgsrc/emulators/haxm/Makefile:1.18 pkgsrc/emulators/haxm/Makefile:1.19
--- pkgsrc/emulators/haxm/Makefile:1.18 Sat May 29 06:47:05 2021
+++ pkgsrc/emulators/haxm/Makefile      Mon May 31 12:58:50 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/05/29 06:47:05 nia Exp $
+# $NetBSD: Makefile,v 1.19 2021/05/31 12:58:50 nia Exp $
 
 DISTNAME=      haxm-7.5.6
 CATEGORIES=    emulators
@@ -12,6 +12,7 @@ LICENSE=      modified-bsd
 
 ONLY_FOR_PLATFORM=     NetBSD-*-x86_64
 OSVERSION_SPECIFIC=    YES
+USE_BSD_MAKEFILE=      YES
 
 BUILD_DEPENDS+=        nasm-[0-9]*:../../devel/nasm
 



Home | Main Index | Thread Index | Old Index