pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: pkglint cleanup



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5bfa09379f66
branches:  trunk
changeset: 382105:5bfa09379f66
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 20 22:09:56 2022 +0000

description:
firefox: pkglint cleanup

diffstat:

 www/firefox/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e1b76045aaa0 -r 5bfa09379f66 www/firefox/options.mk
--- a/www/firefox/options.mk    Wed Jul 20 22:09:32 2022 +0000
+++ b/www/firefox/options.mk    Wed Jul 20 22:09:56 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.67 2022/07/17 17:37:11 tnn Exp $
+# $NetBSD: options.mk,v 1.68 2022/07/20 22:09:56 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 
@@ -17,7 +17,7 @@
 PKG_SUGGESTED_OPTIONS+=        sunaudio
 .endif
 
-.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} >= 090000 && (!empty(MACHINE_ARCH:Mx86_64) || !empty(MACHINE_ARCH:Mi386))
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} >= 090000 && (${MACHINE_ARCH} == x86_64 || ${MACHINE_ARCH} == i386)
 PKG_SUGGESTED_OPTIONS+=        webrtc
 .endif
 



Home | Main Index | Thread Index | Old Index