summaryrefslogtreecommitdiff
path: root/graphics/babl
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-04-12 23:43:44 +0000
committertnn <tnn@pkgsrc.org>2022-04-12 23:43:44 +0000
commit2a647775555c0aa3211e4b2c041f6d567b5f8da3 (patch)
tree8aa59f3be9592146eab279b3a4bd64dc8442bdc1 /graphics/babl
parente4c17bcb2ca54e6946fe6f93c962396239046c88 (diff)
downloadpkgsrc-2a647775555c0aa3211e4b2c041f6d567b5f8da3.tar.gz
babl: fix inverted logic in previous
Diffstat (limited to 'graphics/babl')
-rw-r--r--graphics/babl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/babl/Makefile b/graphics/babl/Makefile
index 6fa6b77783a..721f7e2619a 100644
--- a/graphics/babl/Makefile
+++ b/graphics/babl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2022/04/12 23:42:58 tnn Exp $
+# $NetBSD: Makefile,v 1.47 2022/04/12 23:43:44 tnn Exp $
DISTNAME= babl-0.1.90
PKGREVISION= 1
@@ -53,7 +53,7 @@ PKG_SUGGESTED_OPTIONS= mmx
.include "../../mk/bsd.options.mk"
-.if empty(PKG_OPTIONS:Mmmx)
+.if !empty(PKG_OPTIONS:Mmmx)
MESON_ARGS+= -Denable-mmx=true
.else
MESON_ARGS+= -Denable-mmx=false