diff Makefile @ 45:72de9aba5808

Allow any version of PostgreSQL from 12 onwards
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 17 Mar 2025 16:09:36 +0100
parents a4a312be008d
children e4f5fd3b2975
line wrap: on
line diff
--- a/Makefile	Mon Mar 17 15:59:14 2025 +0100
+++ b/Makefile	Mon Mar 17 16:09:36 2025 +0100
@@ -54,7 +54,7 @@
 pgsql_PKGNAMESUFFIX=		-pgsql
 pgsql_CONFLICTS_INSTALL=	${PKGNAMEPREFIX}${PORTNAME} ${PKGNAMEPREFIX}${PORTNAME}-mysql ${PKGNAMEPREFIX}${PORTNAME}-alldb
 .if ${FLAVOR} == pgsql || ${FLAVOR} == alldb
-USES+=		pgsql
+USES+=		pgsql:12+
 .else
 CONFIGURE_ENV+=	TURN_NO_PQ=1
 .endif