diff options
Diffstat (limited to 'databases/slony1v2/Makefile')
-rw-r--r-- | databases/slony1v2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile index 7460b917bc14..fae3e915d54f 100644 --- a/databases/slony1v2/Makefile +++ b/databases/slony1v2/Makefile @@ -16,9 +16,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ ${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server GNU_CONFIGURE= yes -USES= bison +USES= bison gmake USE_PGSQL= yes -USE_GMAKE= yes USE_BZIP2= yes USE_RC_SUBR= slon @@ -35,7 +34,7 @@ CONFIGURE_ENV+= FLEX=${LOCALBASE}/bin/flex .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPERLTOOLS} -USE_PERL5= yes +USES+= perl5 CONFIGURE_ARGS+=--with-perltools=${LOCALBASE}/sbin RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg BUILD_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg |