Fri Apr 26 15:43:05 2024 UTC (16d)
libopus: fix pkglint


(wiz)
diff -r1.2 -r1.3 pkgsrc/audio/libopus/options.mk

cvs diff -r1.2 -r1.3 pkgsrc/audio/libopus/options.mk (expand / switch to unified diff)

--- pkgsrc/audio/libopus/options.mk 2023/06/06 12:40:17 1.2
+++ pkgsrc/audio/libopus/options.mk 2024/04/26 15:43:05 1.3
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: options.mk,v 1.2 2023/06/06 12:40:17 riastradh Exp $ 1# $NetBSD: options.mk,v 1.3 2024/04/26 15:43:05 wiz Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.opus 3PKG_OPTIONS_VAR= PKG_OPTIONS.libopus
4PKG_SUPPORTED_OPTIONS= doc 4PKG_SUPPORTED_OPTIONS= doc
5 5
6.include "../../mk/bsd.options.mk" 6.include "../../mk/bsd.options.mk"
7 7
8PLIST_VARS+= doc 8PLIST_VARS+= doc
9 9
10.if !empty(PKG_OPTIONS:Mdoc) 10.if !empty(PKG_OPTIONS:Mdoc)
11TOOL_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen 11TOOL_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
12PLIST.doc= yes 12PLIST.doc= yes
13.else 13.else
14CONFIGURE_ARGS+= --disable-doc 14CONFIGURE_ARGS+= --disable-doc
15.endif 15.endif