diff options
| author | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-05-03 14:51:17 +0000 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-05-03 14:54:36 +0000 |
| commit | aaea0f21c9978b86af2ab26e43c6908c2db9d8fb (patch) | |
| tree | beb20439b9d09bf7a87349342afb6efe58f38d60 | |
| parent | 0e8b15533cdb1f589a82397367b71cdaa6fe6c79 (diff) | |
databases/pgadmin3: remove version requirements for pgsql
Supports all supported versions of PostgreSQL
| -rw-r--r-- | databases/pgadmin3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
