pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/fastfetch



Module Name:    pkgsrc
Committed By:   vins
Date:           Thu Jan 16 19:51:21 UTC 2025

Modified Files:
        pkgsrc/sysutils/fastfetch: options.mk

Log Message:
fastfetch: fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/fastfetch/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/fastfetch/options.mk
diff -u pkgsrc/sysutils/fastfetch/options.mk:1.5 pkgsrc/sysutils/fastfetch/options.mk:1.6
--- pkgsrc/sysutils/fastfetch/options.mk:1.5    Mon Jan 13 20:46:08 2025
+++ pkgsrc/sysutils/fastfetch/options.mk        Thu Jan 16 19:51:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2025/01/13 20:46:08 vins Exp $
+# $NetBSD: options.mk,v 1.6 2025/01/16 19:51:21 vins Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.fastfetch
 PKG_OPTIONS_OPTIONAL_GROUPS=   server sound
@@ -128,7 +128,7 @@ CMAKE_CONFIGURE_ARGS+=  -DENABLE_OPENCL=
 ## OSS
 ## Provides sound device detection.
 ##
-.if !empty(PKG_OPTIONS:Mdbus)
+.if !empty(PKG_OPTIONS:Moss)
 .  include ".include "../../mk/oss.buildlink3.mk"
 .endif
 



Home | Main Index | Thread Index | Old Index