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/Makefile | |
parent | Up with textproc/wordnet's update and unbreak. Bump PORTREVISION. (diff) |
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
Notes
Notes:
svn path=/head/; revision=67059
Diffstat (limited to 'www/interchange/Makefile')
-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 \ |