aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-07-23 19:28:15 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-07-23 19:28:15 +0000
commit96e0b3bd31073cfc39f1bb57b758755ecd8483c1 (patch)
treea54a8619e94c87be403cd88e81e04c65aaca334b
parentaa73564fa0cd65d9ac815f75aba6ff10a85b2394 (diff)
downloadports-96e0b3bd31073cfc39f1bb57b758755ecd8483c1.tar.gz
ports-96e0b3bd31073cfc39f1bb57b758755ecd8483c1.zip
databases/pgadmin3: unbreak build (+)
Adjust condition to apply keywords patch, PgSQL 13.7 release is not switched to the new scheme yet. Thanks to amdmi3 to catch this.
-rw-r--r--databases/pgadmin3/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile
index a4aeec539b36..bd5c057802eb 100644
--- a/databases/pgadmin3/Makefile
+++ b/databases/pgadmin3/Makefile
@@ -10,8 +10,6 @@ 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
@@ -33,7 +31,7 @@ PORTDATA= *
.include <bsd.port.pre.mk>
-.if ${PGSQL_VER}>=13
+.if ${PGSQL_VER}>13
EXTRA_PATCHES+= ${FILESDIR}/extrapatch-pg13
.endif