diff options
-rw-r--r-- | databases/slony1/Makefile | 1 | ||||
-rw-r--r-- | databases/slony1v2/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile index b5514ac2b046..4a46cdae00bd 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -15,6 +15,7 @@ COMMENT= PostgreSQL master to multiple replicas replication system PGSQL_PORT= ${PORTSDIR}/databases/postgresql${PGSQL_VER}-server RUN_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT} +BUILD_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT} GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile index b5514ac2b046..4a46cdae00bd 100644 --- a/databases/slony1v2/Makefile +++ b/databases/slony1v2/Makefile @@ -15,6 +15,7 @@ COMMENT= PostgreSQL master to multiple replicas replication system PGSQL_PORT= ${PORTSDIR}/databases/postgresql${PGSQL_VER}-server RUN_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT} +BUILD_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT} GNU_CONFIGURE= yes USE_GMAKE= yes |