summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-02-19 14:02:26 +0000
committerChris Rees <crees@FreeBSD.org>2012-02-19 14:02:26 +0000
commit2a7b7fb0ed20a70272ddd1727cbefe3bf65e5456 (patch)
tree6dfda057fc5c510d92ed431825f0da2edda1e626
parent- Remove warning when importing MySQL example script (diff)
Fix build with 9.1; apparently incomplete builds are unsupported by upstream,
so force rebuild of src/backend before trying pl/tcl PR: 164796
-rw-r--r--databases/postgresql-pltcl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql-pltcl/Makefile b/databases/postgresql-pltcl/Makefile
index 454e509644d1..d0b340470cbf 100644
--- a/databases/postgresql-pltcl/Makefile
+++ b/databases/postgresql-pltcl/Makefile
@@ -44,7 +44,8 @@ CONFIGURE_ARGS= --with-tcl --without-tk \
CONFIGURE_ENV+= TCLSH="${TCLSH}"
MAKE_ENV+= TCL_INCDIR="${TCL_INCLUDEDIR}"
-BUILD_DIRS= src/pl/tcl
+BUILD_DIRS= src/backend src/pl/tcl
+INSTALL_DIRS= src/pl/tcl
SLAVE_ONLY= yes
.include "${MASTERDIR}/Makefile"