From 214311d16cc6016e9600a971281157f2938181b9 Mon Sep 17 00:00:00 2001 From: thierry Date: Thu, 4 May 2006 09:02:30 +0000 Subject: Register missing dependency on p5-DBD-Pg when WITH_PERLTOOLS is defined. PR: ports/96721 Submitted by: Vivek Khera --- databases/slony1/Makefile | 4 +++- databases/slony1v2/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'databases') diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile index 0420c7219bb9..901e13f4778a 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -33,8 +33,10 @@ OPTIONS= PERLTOOLS "Install perl configuration tools" Off .include .if defined(WITH_PERLTOOLS) -USE_PERL5_RUN= yes +USE_PERL= yes CONFIGURE_ARGS+= --with-perltools=${LOCALBASE}/sbin +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg PLIST_SUB+= PERLTOOLS="" SUB_LIST+= PERLTOOLS="" .else diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile index 0420c7219bb9..901e13f4778a 100644 --- a/databases/slony1v2/Makefile +++ b/databases/slony1v2/Makefile @@ -33,8 +33,10 @@ OPTIONS= PERLTOOLS "Install perl configuration tools" Off .include .if defined(WITH_PERLTOOLS) -USE_PERL5_RUN= yes +USE_PERL= yes CONFIGURE_ARGS+= --with-perltools=${LOCALBASE}/sbin +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg PLIST_SUB+= PERLTOOLS="" SUB_LIST+= PERLTOOLS="" .else -- cgit