Remove SITE_PERL from *_DEPENDS (sync with databases/slony1).

This commit is contained in:
Jimmy Olgeni 2012-06-30 09:23:37 +00:00
parent 9b9297c60e
commit c915a3cf35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300248

View File

@ -42,8 +42,8 @@ CONFIGURE_ENV= FLEX=${LOCALBASE}/bin/flex
.if defined(WITH_PERLTOOLS)
USE_PERL5= 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
RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
BUILD_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
PLIST_SUB+= PERLTOOLS=""
SUB_LIST+= PERLTOOLS=""
.else