pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu qemu: fix typo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bf2a105a6ab
branches:  trunk
changeset: 444227:9bf2a105a6ab
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jan 03 22:47:23 2021 +0000

description:
qemu: fix typo

diffstat:

 emulators/qemu/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2c07b292b23d -r 9bf2a105a6ab emulators/qemu/options.mk
--- a/emulators/qemu/options.mk Sun Jan 03 22:43:38 2021 +0000
+++ b/emulators/qemu/options.mk Sun Jan 03 22:47:23 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2021/01/03 21:42:29 roy Exp $
+# $NetBSD: options.mk,v 1.15 2021/01/03 22:47:23 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.qemu
 PKG_SUPPORTED_OPTIONS= debug-info gtk3 iscsi sdl spice
@@ -55,7 +55,7 @@
 CONFIGURE_ARGS+=       --disable-sdl
 .endif
 
-# On Darwin, qemu uses Coca
+# On Darwin, qemu uses Cocoa
 .if ${OPSYS} != "Darwin"
 .if !empty(PKG_OPTIONS:Mgtk3) || \
     !empty(PKG_OPTIONS:Mopengl) || !empty(PKG_OPTIONS:Msdl)



Home | Main Index | Thread Index | Old Index