aboutsummaryrefslogtreecommitdiff
path: root/databases/slony1v2
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2012-06-30 09:23:37 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2012-06-30 09:23:37 +0000
commitc915a3cf35ff7a5aceabbc589061916a4b550159 (patch)
tree569ddc33f3b5a8708057b0d8a6caec0c20ff9470 /databases/slony1v2
parent9b9297c60e5866bae910a0cd7d9f286957de4c16 (diff)
downloadports-c915a3cf35ff7a5aceabbc589061916a4b550159.tar.gz
ports-c915a3cf35ff7a5aceabbc589061916a4b550159.zip
Notes
Diffstat (limited to 'databases/slony1v2')
-rw-r--r--databases/slony1v2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile
index 7526ad91a1b9..ef3b0f80f462 100644
--- a/databases/slony1v2/Makefile
+++ b/databases/slony1v2/Makefile
@@ -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