summaryrefslogtreecommitdiff
path: root/databases/postgresql13-server
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2020-10-14 21:18:56 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2020-10-14 21:18:56 +0000
commit64cf932dfa6d680283e6e044797417c749a5c250 (patch)
treeca9b6bf6ad5466eb5042e2930b82a0766cb0930f /databases/postgresql13-server
parentMark DEPRECATED: MASTERSITE is gone. As well, the pkg-descr WWW is gone. (diff)
Fix options breakage from r551702.
Make LLVM option work again on everything but powerpc64. PR: 250346 Submitted by: Christian Ullrich
Notes
Notes: svn path=/head/; revision=552356
Diffstat (limited to 'databases/postgresql13-server')
-rw-r--r--databases/postgresql13-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql13-server/Makefile b/databases/postgresql13-server/Makefile
index 0a76811d3137..ed33e40bcce0 100644
--- a/databases/postgresql13-server/Makefile
+++ b/databases/postgresql13-server/Makefile
@@ -5,7 +5,7 @@ PORTNAME?= postgresql
DISTVERSION?= 13.0
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES?= databases
MASTER_SITES= PGSQL/source/v${DISTVERSION}
PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT}
@@ -100,7 +100,7 @@ DTRACE_INSTALL_TARGET= install
OPTIONS_DEFINE+= LLVM
OPTIONS_DEFAULT+= LLVM
LLVM_DESC= Build with support for JIT-compiling expressions
-OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_powerpc64_${OSREL:R}}
+OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}}
OPTIONS_EXCLUDE_powerpc64_12= LLVM
.endif