diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-23 12:06:05 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-23 12:06:05 +0000 |
commit | 453ab1b5e2e6eab23c04fe191d9d857e56c8978e (patch) | |
tree | 32197db8dee8e979edf66da64f48d0a62682a9d4 /www/interchange | |
parent | beb7f37ff8abba660c8a11c23d9485dc35eb4d8d (diff) | |
download | ports-453ab1b5e2e6eab23c04fe191d9d857e56c8978e.tar.gz ports-453ab1b5e2e6eab23c04fe191d9d857e56c8978e.zip |
Notes
Diffstat (limited to 'www/interchange')
-rw-r--r-- | www/interchange/Makefile | 4 |
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 \ |