pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ucommon



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 17 12:19:34 UTC 2025

Modified Files:
        pkgsrc/devel/ucommon: buildlink3.mk

Log Message:
ucommon: fix pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/ucommon/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/devel/ucommon/buildlink3.mk
diff -u pkgsrc/devel/ucommon/buildlink3.mk:1.26 pkgsrc/devel/ucommon/buildlink3.mk:1.27
--- pkgsrc/devel/ucommon/buildlink3.mk:1.26     Thu Apr 17 21:50:33 2025
+++ pkgsrc/devel/ucommon/buildlink3.mk  Sun Aug 17 12:19:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.26 2025/04/17 21:50:33 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.27 2025/08/17 12:19:34 wiz Exp $
 
 BUILDLINK_TREE+=       ucommon
 
@@ -12,15 +12,15 @@ BUILDLINK_PKGSRCDIR.ucommon?=       ../../deve
 pkgbase := ucommon
 .include "../../mk/pkg-build-options.mk"
 
-.if !empty(PKG_BUILD_OPTIONS.ucommon:Mgnutls)
+.if ${PKG_BUILD_OPTIONS.ucommon:Mgnutls}
 .include "../../security/gnutls/buildlink3.mk"
 .endif
 
-.if !empty(PKG_BUILD_OPTIONS.ucommon:Mopenssl)
+.if ${PKG_BUILD_OPTIONS.ucommon:Mopenssl}
 .include "../../security/openssl/buildlink3.mk"
 .endif
 
-.if !empty(PKG_BUILD_OPTIONS.ucommon:Mstatic)
+.if ${PKG_BUILD_OPTIONS.ucommon:Mstatic}
 BUILDLINK_DEPMETHOD.ucommon?=  build
 .endif
 



Home | Main Index | Thread Index | Old Index