summaryrefslogtreecommitdiff
path: root/databases/postgresql-mysql_fdw
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-04-15 13:43:44 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-04-15 15:14:58 +0200
commita40c0e7d8311e72078684f0a7ee388966a6adaf9 (patch)
tree699f0d2dfd228c8b12d9302ca7de83b134b1b61a /databases/postgresql-mysql_fdw
parentx11/xdg-desktop-portal-wlr: update to 0.7.0 (diff)
*/*: Remove pointers to EOLed pgsql versions
- Remove dotted pgsql versions Approved by: portmgr
Diffstat (limited to 'databases/postgresql-mysql_fdw')
-rw-r--r--databases/postgresql-mysql_fdw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-mysql_fdw/Makefile b/databases/postgresql-mysql_fdw/Makefile
index 93331056151d..30d005e44bb9 100644
--- a/databases/postgresql-mysql_fdw/Makefile
+++ b/databases/postgresql-mysql_fdw/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/EnterpriseDB/mysql_fdw
LICENSE= PostgreSQL
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= gmake mysql pgsql:10+
+USES= gmake mysql pgsql:11+
WANT_PGSQL= server
USE_GITHUB= yes
GH_ACCOUNT= EnterpriseDB