From 677a1aa35c8bbbd2f259b9f73f6b4726eb5cb502 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 7 Jul 2013 13:09:48 +0000 Subject: [PATCH] - Fix typo in dependencies Reported by: itetcu@ (via private email) Pointy hat to: culot@ --- devel/p5-Devel-GlobalDestruction/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/p5-Devel-GlobalDestruction/Makefile b/devel/p5-Devel-GlobalDestruction/Makefile index db84f352c5b4..a9bb0ac1d0b4 100644 --- a/devel/p5-Devel-GlobalDestruction/Makefile +++ b/devel/p5-Devel-GlobalDestruction/Makefile @@ -3,7 +3,7 @@ PORTNAME= Devel-GlobalDestruction PORTVERSION= 0.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -24,8 +24,8 @@ MAN3= Devel::GlobalDestruction.3 .include .if ${PERL_LEVEL} < 501400 -BUILD_DEPENDS+= p5-Devel-GlobalDestruction-XS>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction -RUN_DEPENDS+= p5-Devel-GlobalDestruction-XS>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction +BUILD_DEPENDS+= p5-Devel-GlobalDestruction-XS>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction-XS +RUN_DEPENDS+= p5-Devel-GlobalDestruction-XS>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction-XS .endif .include