diff options
Diffstat (limited to 'databases/postgresql-pltcl')
| -rw-r--r-- | databases/postgresql-pltcl/Makefile | 3 |
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" |
