pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/mplayer-share



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue May 28 02:00:13 UTC 2024

Modified Files:
        pkgsrc/multimedia/mplayer-share: options.mk

Log Message:
mplayer-share: use consistent indentation style (NFC)


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/multimedia/mplayer-share/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/multimedia/mplayer-share/options.mk
diff -u pkgsrc/multimedia/mplayer-share/options.mk:1.73 pkgsrc/multimedia/mplayer-share/options.mk:1.74
--- pkgsrc/multimedia/mplayer-share/options.mk:1.73     Mon May 27 19:33:55 2024
+++ pkgsrc/multimedia/mplayer-share/options.mk  Tue May 28 02:00:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.73 2024/05/27 19:33:55 rjs Exp $
+# $NetBSD: options.mk,v 1.74 2024/05/28 02:00:13 gutteridge Exp $
 
 .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
 
@@ -292,10 +292,10 @@ CONFIGURE_ARGS+=  --enable-theora
 CONFIGURE_ARGS+=       --disable-theora
 .  endif
 
-.if !empty(PKG_OPTIONS:Mv4l2)
+.  if !empty(PKG_OPTIONS:Mv4l2)
 CONFIGURE_ARGS+=       --enable-tv-v4l2
-.  include "../../graphics/libv4l/buildlink3.mk"
-.else
+.    include "../../graphics/libv4l/buildlink3.mk"
+.  else
 CONFIGURE_ARGS+=       --disable-tv-v4l2
 .  endif
 



Home | Main Index | Thread Index | Old Index