git: aaea0f21c997 - main - databases/pgadmin3: remove version requirements for pgsql
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 May 2024 14:55:08 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=aaea0f21c9978b86af2ab26e43c6908c2db9d8fb commit aaea0f21c9978b86af2ab26e43c6908c2db9d8fb Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-05-03 14:51:17 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-05-03 14:54:36 +0000 databases/pgadmin3: remove version requirements for pgsql Supports all supported versions of PostgreSQL --- databases/pgadmin3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index fbd3c924ce99..38f6b6177f11 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -10,7 +10,7 @@ LICENSE= PostgreSQL LIB_DEPENDS= libssh2.so:security/libssh2 -USES= autoreconf:build compiler:c++11-lib gmake gnome pgsql:11+ +USES= autoreconf:build compiler:c++11-lib gmake gnome pgsql USE_CXXSTD= c++11 USE_GITHUB= yes GH_ACCOUNT= allentc