summaryrefslogtreecommitdiff
path: root/databases/postgresql96-client
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2021-02-19 13:47:03 +0000
committerjoerg <joerg@pkgsrc.org>2021-02-19 13:47:03 +0000
commit2f7e3bd54e4f2d032ad94fb12c54a1b4aefbb7b2 (patch)
treebc75b9f23ba7554afd0a9c45244bbbfefc066f48 /databases/postgresql96-client
parent974992e1f2f347ad121220f5039248dfdbc34c06 (diff)
downloadpkgsrc-2f7e3bd54e4f2d032ad94fb12c54a1b4aefbb7b2.tar.gz
Build fe_utils first for all Postgres versions that have it.
Diffstat (limited to 'databases/postgresql96-client')
-rw-r--r--databases/postgresql96-client/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/postgresql96-client/Makefile b/databases/postgresql96-client/Makefile
index e8c8c6b58e2..c832c7fd740 100644
--- a/databases/postgresql96-client/Makefile
+++ b/databases/postgresql96-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/02/15 18:58:41 adam Exp $
+# $NetBSD: Makefile,v 1.18 2021/02/19 13:47:03 joerg Exp $
PKGNAME= ${DISTNAME:S/-/96-client-/}
COMMENT= PostgreSQL database client programs
@@ -39,12 +39,13 @@ CONFIGURE_ARGS+= --enable-thread-safety
CONFIGURE_ARGS+= --disable-thread-safety
.endif
+BUILD_DIRS+= src/fe_utils
INSTALL_DIRS= src/include
INSTALL_DIRS+= src/common
INSTALL_DIRS+= src/interfaces
INSTALL_DIRS+= src/bin
INSTALL_DIRS+= src/port
-BUILD_DIRS= ${INSTALL_DIRS}
+BUILD_DIRS+= ${INSTALL_DIRS}
# Without this, the Darwin build fails (related to -bundle_loader).
BUILD_DIRS+= src/backend