summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Excel
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-09-23 11:44:47 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-09-23 11:44:47 +0000
commit37b7d031e0175d3267a289309bca60dfcbebea4c (patch)
treec62953bce26d3b9ef84f30b85193074f10d268f6 /databases/p5-DBD-Excel
parentThis installs Red Hat Linux 6.1 packages, so it should depend on (diff)
Correct a *_DEPENDS entry. 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=67054
Diffstat (limited to 'databases/p5-DBD-Excel')
-rw-r--r--databases/p5-DBD-Excel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBD-Excel/Makefile b/databases/p5-DBD-Excel/Makefile
index e0e6b3c059a1..9bb6d4737c7f 100644
--- a/databases/p5-DBD-Excel/Makefile
+++ b/databases/p5-DBD-Excel/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
- ${SITE_PERL}/${PERL_ARCH}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement \
+ ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement \
${SITE_PERL}/Spreadsheet/ParseExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \
${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel
RUN_DEPENDS= ${BUILD_DEPENDS}