aboutsummaryrefslogtreecommitdiff
path: root/www/interchange
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-30 14:31:06 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-30 14:31:06 +0000
commit7c228e4748d93ea5aaea790deb37da1914d3be1d (patch)
treee367f5eae2328aa800b87bb72b814849e1f1fd2f /www/interchange
parente13515f304b4eb05767a6453990dce8a1cc95234 (diff)
downloadports-7c228e4748d93ea5aaea790deb37da1914d3be1d.tar.gz
ports-7c228e4748d93ea5aaea790deb37da1914d3be1d.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes: svn path=/head/; revision=300275
Diffstat (limited to 'www/interchange')
-rw-r--r--www/interchange/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/interchange/Makefile b/www/interchange/Makefile
index de54a9a4aefd..2dcb8478283e 100644
--- a/www/interchange/Makefile
+++ b/www/interchange/Makefile
@@ -32,11 +32,11 @@ OPTIONS= MYSQL "Add MySQL support" on \
USE_RC_SUBR= interchange.sh
.if defined(WITH_MYSQL)
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
+RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
.endif
.if defined(WITH_PGSQL)
-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
ARCH_PERL= ${SITE_PERL}/${PERL_ARCH}