diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-12-02 00:54:59 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-12-02 00:54:59 +0000 |
commit | fe26393edbcf6c005d7e3fe48badf7bd47463f68 (patch) | |
tree | 9fa875f4c37d6c9c6f1c873f104c72532b017dc5 /databases/p5-POE-Component-DBIAgent | |
parent | 24e432e26413d6150ba317dc01c815043b95c32c (diff) |
- Fix BUILD_DEPENDS after devel/p5-Class-MethodMaker update.
Noticed by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=150181
Diffstat (limited to 'databases/p5-POE-Component-DBIAgent')
-rw-r--r-- | databases/p5-POE-Component-DBIAgent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-POE-Component-DBIAgent/Makefile b/databases/p5-POE-Component-DBIAgent/Makefile index ed5a8ad82be1..60eaa727a0b2 100644 --- a/databases/p5-POE-Component-DBIAgent/Makefile +++ b/databases/p5-POE-Component-DBIAgent/Makefile @@ -7,6 +7,7 @@ PORTNAME= POE-Component-DBIAgent PORTVERSION= 0.21 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -17,7 +18,7 @@ COMMENT= POE Component for running asynchronous DBI calls BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker + ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |