From c44ccc450b455c7ad3ca4f3256d5f49725742c81 Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Fri, 25 Sep 2020 15:53:43 +0000 Subject: Fix depenedency for postgresql13-contrib And avoid hardcoding the version for all other versions as well, per suggestion in the PR. PR: 249888 Submitted by: Christian Ullrich --- databases/postgresql12-contrib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/postgresql12-contrib') diff --git a/databases/postgresql12-contrib/Makefile b/databases/postgresql12-contrib/Makefile index f7c88aa12cd4..d53ed4574b44 100644 --- a/databases/postgresql12-contrib/Makefile +++ b/databases/postgresql12-contrib/Makefile @@ -10,7 +10,7 @@ COMMENT= The contrib utilities from the PostgreSQL distribution MASTERDIR= ${.CURDIR}/../postgresql12-server -USES= bison pgsql:12 +USES= bison pgsql:${DISTVERSION:C/([0-9]\.?[0-9]).*/\1/g} BUILD_DIRS= src/port src/include src/common contrib INSTALL_DIRS= contrib -- cgit v1.2.3