diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-15 13:43:44 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-15 15:14:58 +0200 |
commit | a40c0e7d8311e72078684f0a7ee388966a6adaf9 (patch) | |
tree | 699f0d2dfd228c8b12d9302ca7de83b134b1b61a /databases/postgresql-mysql_fdw | |
parent | x11/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/Makefile | 2 |
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 |