pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/daapd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 17 08:44:45 UTC 2017

Modified Files:
        pkgsrc/audio/daapd: options.mk

Log Message:
Fix option name, this is libmp4v2 not mpeg4ip.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/daapd/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/daapd/options.mk
diff -u pkgsrc/audio/daapd/options.mk:1.2 pkgsrc/audio/daapd/options.mk:1.3
--- pkgsrc/audio/daapd/options.mk:1.2   Fri Feb  9 20:32:38 2007
+++ pkgsrc/audio/daapd/options.mk       Mon Apr 17 08:44:45 2017
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.2 2007/02/09 20:32:38 drochner Exp $
+# $NetBSD: options.mk,v 1.3 2017/04/17 08:44:45 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.daapd
-PKG_SUPPORTED_OPTIONS= mpeg4ip
+PKG_SUPPORTED_OPTIONS= libmp4v2
 
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:Mmpeg4ip)
+.if !empty(PKG_OPTIONS:Mlibmp4v2)
 .include "../../multimedia/libmp4v2/buildlink3.mk"
 MAKE_ENV+= WITH_FAAD=1
 .else



Home | Main Index | Thread Index | Old Index