summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-06-26 10:27:59 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-06-26 10:27:59 +0000
commiteb2ac88bce51e66fd6599b891731ddd772529531 (patch)
tree971722a232625392cf7cebd9d6f5044fd9ebb1c7 /databases
parent- Update to 1.2 (diff)
Change non-existent USE_PERL to a working USE_PERL5
Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=166344
Diffstat (limited to 'databases')
-rw-r--r--databases/slony1/Makefile2
-rw-r--r--databases/slony1v2/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile
index 901e13f4778a..16571723c100 100644
--- a/databases/slony1/Makefile
+++ b/databases/slony1/Makefile
@@ -33,7 +33,7 @@ OPTIONS= PERLTOOLS "Install perl configuration tools" Off
.include <bsd.port.pre.mk>
.if defined(WITH_PERLTOOLS)
-USE_PERL= yes
+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
diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile
index 901e13f4778a..16571723c100 100644
--- a/databases/slony1v2/Makefile
+++ b/databases/slony1v2/Makefile
@@ -33,7 +33,7 @@ OPTIONS= PERLTOOLS "Install perl configuration tools" Off
.include <bsd.port.pre.mk>
.if defined(WITH_PERLTOOLS)
-USE_PERL= yes
+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