pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/postgresql16



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Aug 15 18:55:27 UTC 2024

Modified Files:
        pkgsrc/databases/postgresql16: options.mk

Log Message:
fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql16/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/databases/postgresql16/options.mk
diff -u pkgsrc/databases/postgresql16/options.mk:1.6 pkgsrc/databases/postgresql16/options.mk:1.7
--- pkgsrc/databases/postgresql16/options.mk:1.6        Thu Aug 15 18:54:24 2024
+++ pkgsrc/databases/postgresql16/options.mk    Thu Aug 15 18:55:27 2024
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.6 2024/08/15 18:54:24 tnn Exp $
+# $NetBSD: options.mk,v 1.7 2024/08/15 18:55:27 tnn Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.postgresql16
 PKG_SUPPORTED_OPTIONS= bonjour dtrace icu llvm gssapi ldap nls pam lz4
 PKG_SUGGESTED_OPTIONS= icu nls lz4
 .if ${OPSYS} != "Linux"
-PKG_SUGGESTED_OTIONS+= gssapi
+PKG_SUGGESTED_OPTIONS+=        gssapi
 .endif
 
 PLIST_VARS+=           gssapi llvm nls



Home | Main Index | Thread Index | Old Index