diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-13 19:13:12 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-13 19:13:12 +0000 |
commit | b517905563648e20c99d63ac719202388a4ee94b (patch) | |
tree | fe6dcde3f0017cd68efde86dbe6d20c5fee8bf80 | |
parent | 339a230ae5a0f836ecd8f0f3b7a8a2e41c926a1e (diff) | |
download | freebsd-ports-b517905563648e20c99d63ac719202388a4ee94b.zip |
- Fix INDEX: The module being used is Class::Accessor::Fast which is part of Class::Accessor
-rw-r--r-- | textproc/p5-Sphinx-Search/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Sphinx-Search/Makefile b/textproc/p5-Sphinx-Search/Makefile index 0df98e8ce700..3c2de54d5dd4 100644 --- a/textproc/p5-Sphinx-Search/Makefile +++ b/textproc/p5-Sphinx-Search/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Sphinx search engine API Perl client -RUN_DEPENDS= p5-Class-Accessor-Fast>=0:${PORTSDIR}/devel/p5-Class-Accessor-Fast \ +RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-File-SearchPath>=0:${PORTSDIR}/devel/p5-File-SearchPath \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class |