aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-09-23 20:06:05 +0800
committerknu <knu@FreeBSD.org>2002-09-23 20:06:05 +0800
commitce6cfb6570a782c9838e170a9dc148f8162b9874 (patch)
tree8edc57d605de9f126d6b3701c9551678a1c598b0 /www
parente7f6fc5e92d87761517cb8d8e6b977906d7e6f4b (diff)
downloadfreebsd-ports-gnome-ce6cfb6570a782c9838e170a9dc148f8162b9874.tar.gz
freebsd-ports-gnome-ce6cfb6570a782c9838e170a9dc148f8162b9874.tar.zst
freebsd-ports-gnome-ce6cfb6570a782c9838e170a9dc148f8162b9874.zip
Fix the databases/p5-SQL-Statement dependency. SQL/Statement.pm
installed by databases/p5-SQL-Statement lives right under ${PERL_VER}, not under ${PERL_VER}/${PERL_ARCH}. Submitted by: bento
Diffstat (limited to 'www')
-rw-r--r--www/interchange/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/interchange/Makefile b/www/interchange/Makefile
index 310cd181dcc6..49ad37196756 100644
--- a/www/interchange/Makefile
+++ b/www/interchange/Makefile
@@ -13,9 +13,9 @@ MASTER_SITES= http://ftp.interchange.redhat.com/interchange/4.8/tar/
MAINTAINER= netchild@FreeBSB.org
-BUILD_DEPENDS= ${ARCH_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement
+BUILD_DEPENDS= ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement
-RUN_DEPENDS= ${ARCH_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement \
+RUN_DEPENDS= ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement \
${ARCH_PERL}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
${ARCH_PERL}/Safe/Hole.pm:${PORTSDIR}/security/p5-Safe-Hole \
${ARCH_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \