diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 05:52:54 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 05:52:54 +0000 |
commit | 3982ced0ba5fd81925a7c8eb0ec335313cbf01bb (patch) | |
tree | b6378413b022d42cf3b4b1c7087c1f58ebe6f7a2 /databases/slony1 | |
parent | 996f1f37d7200b0f26202b8f2e8a0e65943d1b3a (diff) |
Notes
Diffstat (limited to 'databases/slony1')
-rw-r--r-- | databases/slony1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile index da4da21f9ea8..392df24ad0d2 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -36,8 +36,8 @@ CONFLICTS?= slony1v2-2* .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 |