aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-12-02 08:54:59 +0800
committerflz <flz@FreeBSD.org>2005-12-02 08:54:59 +0800
commit9b130d32c45a834591a5018c0de31af4744db38d (patch)
tree4c58a03c0fe97736d52185ee10158767213d4586
parentc925de23b3e51e027f96dc42406257ab8d233734 (diff)
downloadfreebsd-ports-gnome-9b130d32c45a834591a5018c0de31af4744db38d.tar.gz
freebsd-ports-gnome-9b130d32c45a834591a5018c0de31af4744db38d.tar.zst
freebsd-ports-gnome-9b130d32c45a834591a5018c0de31af4744db38d.zip
- Fix BUILD_DEPENDS after devel/p5-Class-MethodMaker update.
Noticed by: pointyhat via kris
-rw-r--r--databases/p5-POE-Component-DBIAgent/Makefile3
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