1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

databases/pgadmin3: remove version requirements for pgsql

Supports all supported versions of PostgreSQL
This commit is contained in:
Vladimir Druzenko 2024-05-03 17:51:17 +03:00
parent 0e8b15533c
commit aaea0f21c9

View File

@ -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