diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-07-21 18:23:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-07-21 20:49:19 +0000 |
commit | 1bbee41660e6ca95c62253d2bff5b3778d3f313e (patch) | |
tree | cb3a932a057684d7b2eee60d4c42462fccb25c43 | |
parent | 66b69cf14a3160558632d0e3611cc941beedefc7 (diff) |
databases/pgadmin3: mark BROKEN
-rw-r--r-- | databases/pgadmin3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index 45a4cf2b0817..a4aeec539b36 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -10,6 +10,8 @@ COMMENT= PostgreSQL database design and management system LICENSE= PostgreSQL +BROKEN= does not build: error: too few arguments provided to function-like macro invocation + BUILD_DEPENDS= sphinx-build:textproc/py-sphinx USES= compiler:c++11-lib gettext gmake gnome pgsql:9.0+ ssl |