git: 3c8f5b25e796 - main - database/pg_vector: Add missing hook for database/pg_vector in database/Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Nov 2023 14:29:44 UTC
The branch main has been updated by tz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3c8f5b25e796f3b25fbd847defca804f983a77ab
commit 3c8f5b25e796f3b25fbd847defca804f983a77ab
Author: Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2023-11-06 14:27:18 +0000
Commit: Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2023-11-06 14:29:16 +0000
database/pg_vector: Add missing hook for database/pg_vector in database/Makefile
---
databases/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/databases/Makefile b/databases/Makefile
index 4d00b8fdd8b7..d031c6c96a1e 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -559,6 +559,7 @@
SUBDIR += pg_similarity
SUBDIR += pg_stat_kcache
SUBDIR += pg_tileserv
+ SUBDIR += pg_vector
SUBDIR += pgaccess
SUBDIR += pgadmin3
SUBDIR += pgagroal