pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/cmus-legacy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 19 01:24:11 UTC 2025

Modified Files:
        pkgsrc/audio/cmus-legacy: options.mk

Log Message:
cmus-legacy: fix comment


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/cmus-legacy/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/audio/cmus-legacy/options.mk
diff -u pkgsrc/audio/cmus-legacy/options.mk:1.2 pkgsrc/audio/cmus-legacy/options.mk:1.3
--- pkgsrc/audio/cmus-legacy/options.mk:1.2     Wed Feb 19 00:50:34 2025
+++ pkgsrc/audio/cmus-legacy/options.mk Wed Feb 19 01:24:11 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2025/02/19 00:50:34 gdt Exp $
+# $NetBSD: options.mk,v 1.3 2025/02/19 01:24:11 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.cmus
 
@@ -91,7 +91,7 @@ CONFIGURE_ARGS+=      CONFIG_WAVPACK=n
 # FFMPEG support
 #
 .if !empty(PKG_OPTIONS:Mffmpeg)
-# Does not build with ffmpeg[23].
+# Does not build with ffmpeg[34].
 .include "../../multimedia/ffmpeg2/buildlink3.mk"
 CONFIGURE_ARGS+=       CONFIG_FFMPEG=y
 PLIST.ffmpeg=          yes



Home | Main Index | Thread Index | Old Index