summaryrefslogtreecommitdiff
path: root/databases/p5-DBIWrapper
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2004-04-29 01:45:02 +0000
committerPete Fritchman <petef@FreeBSD.org>2004-04-29 01:45:02 +0000
commit0a348596bf8b452b4dffe83044418e41247ada34 (patch)
tree2e315247e1e27f3c21e788536d9762cf6fe59f72 /databases/p5-DBIWrapper
parentUpgrade to v4.13.1. Fix a core dump that occurs when long patterns are used. (diff)
Depend on the right file for p5-XML-SAX.
Notes
Notes: svn path=/head/; revision=107899
Diffstat (limited to 'databases/p5-DBIWrapper')
-rw-r--r--databases/p5-DBIWrapper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBIWrapper/Makefile b/databases/p5-DBIWrapper/Makefile
index 16300291ce30..72bb53714fc0 100644
--- a/databases/p5-DBIWrapper/Makefile
+++ b/databases/p5-DBIWrapper/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= petef@FreeBSD.org
COMMENT= Perl extension for generic DBI database access
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
- ${SITE_PERL}/${PERL_ARCH}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
+ ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
RUN_DEPENDS= ${BUILD_DEPENDS}