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:21:01 UTC 2025

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

Log Message:
ucommon: fix more pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ucommon/options.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/options.mk
diff -u pkgsrc/devel/ucommon/options.mk:1.6 pkgsrc/devel/ucommon/options.mk:1.7
--- pkgsrc/devel/ucommon/options.mk:1.6 Sun Aug 25 06:18:38 2024
+++ pkgsrc/devel/ucommon/options.mk     Sun Aug 17 12:21:01 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2024/08/25 06:18:38 wiz Exp $
+# $NetBSD: options.mk,v 1.7 2025/08/17 12:21:01 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ucommon
 PKG_SUPPORTED_OPTIONS= gnutls tests
@@ -8,7 +8,6 @@ PKG_SUGGESTED_OPTIONS+= gnutls
 
 .if !empty(PKG_OPTIONS:Mgnutls)
 CMAKE_CONFIGURE_ARGS+= -DCRYPTO_GNUTLS=ON
-BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.0.0
 .include "../../security/gnutls/buildlink3.mk"
 CMAKE_CONFIGURE_ARGS+= -DCRYPTO_GNUTLS=OFF
 .endif



Home | Main Index | Thread Index | Old Index