aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/tinderbox-devel
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-07-01 05:42:55 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-07-01 05:42:55 +0000
commit541bb1b19829f67b838713089822dc914b5dafa7 (patch)
treecc74d24d303456e4d015db3432cda18951f08cd9 /ports-mgmt/tinderbox-devel
parentd8dc14b0617d665d5f584cf814bab60208e33373 (diff)
downloadports-541bb1b19829f67b838713089822dc914b5dafa7.tar.gz
ports-541bb1b19829f67b838713089822dc914b5dafa7.zip
Notes
Diffstat (limited to 'ports-mgmt/tinderbox-devel')
-rw-r--r--ports-mgmt/tinderbox-devel/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile
index 996f374cb7a9..f5176648874f 100644
--- a/ports-mgmt/tinderbox-devel/Makefile
+++ b/ports-mgmt/tinderbox-devel/Makefile
@@ -62,7 +62,7 @@ USE_PGSQL= yes
RUN_DEPENDS+= ${LOCALBASE}/share/pear/MDB2/Driver/pgsql.php:${PORTSDIR}/databases/pear-MDB2_Driver_pgsql
USE_PHP+= pgsql
.endif
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
+RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
.endif
.if !defined(WITHOUT_MYSQL)
@@ -71,7 +71,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/pear/MDB2/Driver/mysql.php:${PORTSDIR}/database
USE_PHP+= mysql
.endif
USE_MYSQL= yes
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER}
+RUN_DEPENDS+= p5-DBD-mysql${MYSQL_VER}>=0:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER}
.endif
.if !defined(WITHOUT_APACHE) && defined(WITH_WEBUI)
@@ -83,7 +83,7 @@ RUN_DEPENDS+= hiawatha:${PORTSDIR}/www/hiawatha
.endif
.if defined(WITH_EMAILS)
-RUN_DEPENDS+= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net
+RUN_DEPENDS+= p5-Net>=0:${PORTSDIR}/net/p5-Net
.endif
.if defined(WITH_LSOF)
@@ -91,7 +91,7 @@ RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/lsof
.endif
.if defined(WITH_LOG_COMPRESS)
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Compress/Bzip2.pm:${PORTSDIR}/archivers/p5-Compress-Bzip2
+RUN_DEPENDS+= p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2
.endif
.if defined(WITH_TMPFS) && defined(WITH_PARALLEL)