summaryrefslogtreecommitdiffstats
path: root/ports-mgmt/tinderbox
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-07-01 05:42:55 +0000
committeraz <az@FreeBSD.org>2012-07-01 05:42:55 +0000
commitfe3a448ba66eb86df0ac94a0aebfbeb86cc59ab7 (patch)
tree05e35e823c6c0839698e5cbca1fb402d5046521c /ports-mgmt/tinderbox
parent1012906806e6b8c0a4e2370861093f5cd51d2a52 (diff)
downloadFreeBSD-ports-fe3a448ba66eb86df0ac94a0aebfbeb86cc59ab7.zip
FreeBSD-ports-fe3a448ba66eb86df0ac94a0aebfbeb86cc59ab7.tar.gz
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'ports-mgmt/tinderbox')
-rw-r--r--ports-mgmt/tinderbox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile
index f3e4201..7254065 100644
--- a/ports-mgmt/tinderbox/Makefile
+++ b/ports-mgmt/tinderbox/Makefile
@@ -56,7 +56,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)
@@ -65,7 +65,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(WITH_CVSUP)
OpenPOWER on IntegriCloud