databases/postgresql93-contrib is not currently a dependency but is required for address normalization using the fuzztyrmatch function included in contrib. Should this be added to RUN_DEPENDS?
OK, I will add it with the new version of postgis23
Created attachment 182358 [details] Add postgresql contrib depend for Adress standard
You should use WANT_PGSQL=contrib instead of hard-coded RUN_DEPENDS. Read Mk/Uses/pgsql.mk for details.
(In reply to Po-Chuan Hsieh from comment #3) You're right, but is not too big as a dependency to add it directly? If I do ADDRSTD_WANT_PGSQL=contrib, it does not install contrib.
You need ADDRSTD_VARS=WANT_PGSQL+=contrib because Mk/bsd.options.mk does not support <opt>_WANT_PGSQL.
(In reply to Po-Chuan Hsieh from comment #5) OK. Thanks!
Created attachment 182607 [details] Add postgresql contrib depend for Adress standard
A commit references this bug: Author: sunpoet Date: Mon May 15 15:53:48 UTC 2017 New revision: 440952 URL: https://svnweb.freebsd.org/changeset/ports/440952 Log: Add missing dependency - Bump PORTREVISION for dependency change PR: 218226 Submitted by: Jason Bacon <bacon4000@gmail.com> Approved by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) Changes: head/databases/postgis23/Makefile
Committed. Thanks!