pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/pixman pixman: fix pkglint



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90bfd44ee307
branches:  trunk
changeset: 386937:90bfd44ee307
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 18 11:06:46 2022 +0000

description:
pixman: fix pkglint

diffstat:

 x11/pixman/builtin.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r f76963676799 -r 90bfd44ee307 x11/pixman/builtin.mk
--- a/x11/pixman/builtin.mk     Tue Oct 18 11:01:01 2022 +0000
+++ b/x11/pixman/builtin.mk     Tue Oct 18 11:06:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.9 2016/07/09 10:22:29 rillig Exp $
+# $NetBSD: builtin.mk,v 1.10 2022/10/18 11:06:46 wiz Exp $
 
 BUILTIN_PKG:=          pixman
 PKGCONFIG_FILE.pixman= ${X11BASE}/lib/pkgconfig/pixman-1.pc
@@ -11,8 +11,8 @@
 # Mac OS 10.5.4 or newer which references a non-existing version of the
 # PNG shared library.
 CHECK_BUILTIN.pixman?= no
-.if !empty(CHECK_BUILTIN.pixman:M[nN][oO]) && \
-    !empty(USE_BUILTIN.pixman:M[Yy][Ee][Ss]) && \
+.if ${CHECK_BUILTIN.pixman:M[nN][oO]} && \
+    ${USE_BUILTIN.pixman:M[Yy][Ee][Ss]} && \
     !empty(MACHINE_PLATFORM:MDarwin-9.*-*)
 BUILDLINK_TRANSFORM+=  opt:-lpixman-1.0.10.0:-lpixman-1
 .endif



Home | Main Index | Thread Index | Old Index