pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/gdal-lib gdal-lib: Simplify conditional (pkg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6579903b9ad
branches:  trunk
changeset: 768375:d6579903b9ad
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Oct 21 00:45:25 2021 +0000

description:
gdal-lib: Simplify conditional (pkglint)

diffstat:

 geography/gdal-lib/buildlink3.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 530b077db5da -r d6579903b9ad geography/gdal-lib/buildlink3.mk
--- a/geography/gdal-lib/buildlink3.mk  Thu Oct 21 00:43:36 2021 +0000
+++ b/geography/gdal-lib/buildlink3.mk  Thu Oct 21 00:45:25 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.72 2021/09/29 19:00:07 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.73 2021/10/21 00:45:25 gdt Exp $
 
 BUILDLINK_TREE+=       gdal-lib
 
@@ -12,11 +12,11 @@
 pkgbase := gdal-lib
 .include "../../mk/pkg-build-options.mk"
 
-.if !empty(PKG_BUILD_OPTIONS.gdal-lib:Mpgsql)
+.if ${PKG_BUILD_OPTIONS.gdal-lib:Mpgsql}
 .include "../../mk/pgsql.buildlink3.mk"
 .endif
 
-.if !empty(PKG_BUILD_OPTIONS.gdal-lib:Mmysql)
+.if ${PKG_BUILD_OPTIONS.gdal-lib:Mmysql}
 .include "../../mk/mysql.buildlink3.mk"
 .endif
 



Home | Main Index | Thread Index | Old Index