pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
opendbx: include version independent mysql, pgsql
Module Name: pkgsrc-wip
Committed By: teutat3s <10206665+teutat3s%users.noreply.github.com@localhost>
Pushed By: teutat3s
Date: Mon Feb 5 22:08:29 2024 +0100
Changeset: cebfbc6a05249b95aa2ae3fb3de9c778646d460e
Modified Files:
opendbx/Makefile
Log Message:
opendbx: include version independent mysql, pgsql
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cebfbc6a05249b95aa2ae3fb3de9c778646d460e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
opendbx/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/opendbx/Makefile b/opendbx/Makefile
index 0669150b5f..70b9e90892 100644
--- a/opendbx/Makefile
+++ b/opendbx/Makefile
@@ -24,7 +24,7 @@ PKGCONFIG_OVERRIDE+= opendbxplus.pc.in
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
-.include "../../databases/mariadb106-client/buildlink3.mk"
-.include "../../databases/postgresql16-client/buildlink3.mk"
+.include "../../mk/mysql.buildlink3.mk"
+.include "../../mk/pgsql.buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index