diff options
Diffstat (limited to 'databases/slony1')
-rw-r--r-- | databases/slony1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile index 25d24f80a5de..987043a23dfc 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -18,6 +18,7 @@ COMMENT= PostgreSQL master to multiple replicas replication system BUILD_DEPENDS= ${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server GNU_CONFIGURE= yes +USE_BISON= build USE_PGSQL= yes USE_GMAKE= yes USE_BZIP2= yes @@ -28,7 +29,7 @@ SUB_LIST+= NAME=slon OPTIONS= PERLTOOLS "Install perl configuration tools" Off -CONFLICTS?= slony1v2-* +CONFLICTS?= slony1v2-2* .include <bsd.port.pre.mk> |