pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gdal-lib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Oct 21 00:45:26 UTC 2021

Modified Files:
        pkgsrc/geography/gdal-lib: buildlink3.mk

Log Message:
gdal-lib: Simplify conditional (pkglint)


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/geography/gdal-lib/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/gdal-lib/buildlink3.mk
diff -u pkgsrc/geography/gdal-lib/buildlink3.mk:1.72 pkgsrc/geography/gdal-lib/buildlink3.mk:1.73
--- pkgsrc/geography/gdal-lib/buildlink3.mk:1.72        Wed Sep 29 19:00:07 2021
+++ pkgsrc/geography/gdal-lib/buildlink3.mk     Thu Oct 21 00:45:25 2021
@@ -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 @@ BUILDLINK_PKGSRCDIR.gdal-lib?=              ../../ge
 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