aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_pgsql.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-01-19 15:01:54 +0000
committerGravatar Sadie Powell2023-01-19 15:01:54 +0000
commit1f6f478772668ecbff964f7dc746198fed0d94a2 (patch)
tree15f055ac8ef1de1cec4141f3cdf4cb68b3c693d9 /src/modules/extra/m_pgsql.cpp
parentFix the nicklock module sending a notice instead of ERR_NOSUCHNICK. (diff)
Fix PackageInfo directives in extra modules.
Diffstat (limited to 'src/modules/extra/m_pgsql.cpp')
-rw-r--r--src/modules/extra/m_pgsql.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp
index 6bae8c38f..ecc036416 100644
--- a/src/modules/extra/m_pgsql.cpp
+++ b/src/modules/extra/m_pgsql.cpp
@@ -31,8 +31,9 @@
/// $PackageInfo: require_system("arch") postgresql-libs
/// $PackageInfo: require_system("centos") postgresql-devel
-/// $PackageInfo: require_system("darwin") postgresql
+/// $PackageInfo: require_system("darwin") libpq
/// $PackageInfo: require_system("debian") libpq-dev
+/// $PackageInfo: require_system("rocky") postgresql-devel
/// $PackageInfo: require_system("ubuntu") libpq-dev