pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libnjs



Module Name:    pkgsrc
Committed By:   osa
Date:           Thu Apr 17 15:27:38 UTC 2025

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

Log Message:
Fix the know naming, there's no more pcre1 here.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/libnjs/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/libnjs/options.mk
diff -u pkgsrc/devel/libnjs/options.mk:1.2 pkgsrc/devel/libnjs/options.mk:1.3
--- pkgsrc/devel/libnjs/options.mk:1.2  Thu Apr 17 15:14:32 2025
+++ pkgsrc/devel/libnjs/options.mk      Thu Apr 17 15:27:38 2025
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2025/04/17 15:14:32 osa Exp $
+# $NetBSD: options.mk,v 1.3 2025/04/17 15:27:38 osa Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.libnjs
 PKG_SUPPORTED_OPTIONS= pcre2 ssl xml
-PKG_SUGGESTED_OPTIONS= pcre ssl
+PKG_SUGGESTED_OPTIONS= pcre2 ssl
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index