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:   ryoon
Date:           Tue May 10 14:18:48 UTC 2022

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

Log Message:
mplayer: Do not define gnutls option twice


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 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.69 pkgsrc/multimedia/mplayer-share/options.mk:1.70
--- pkgsrc/multimedia/mplayer-share/options.mk:1.69     Sun Apr 24 15:00:42 2022
+++ pkgsrc/multimedia/mplayer-share/options.mk  Tue May 10 14:18:48 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.69 2022/04/24 15:00:42 nia Exp $
+# $NetBSD: options.mk,v 1.70 2022/05/10 14:18:48 ryoon Exp $
 
 .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
 
@@ -28,7 +28,7 @@ PKG_SUPPORTED_OPTIONS+=               faad
 
 # Set options based on the specific package being built.
 .  if !empty(PKGNAME:M*mplayer*)
-PKG_SUPPORTED_OPTIONS+=        aalib alsa caca ggi gnutls jack ladspa mplayer-menu nas
+PKG_SUPPORTED_OPTIONS+=        aalib alsa caca ggi jack ladspa mplayer-menu nas
 PKG_SUPPORTED_OPTIONS+=        openal pulseaudio sdl
 
 .    if ${VDPAU_AVAILABLE} == "yes"



Home | Main Index | Thread Index | Old Index