summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2013-07-07 13:09:48 +0000
committerFrederic Culot <culot@FreeBSD.org>2013-07-07 13:09:48 +0000
commit677a1aa35c8bbbd2f259b9f73f6b4726eb5cb502 (patch)
treeeadaa09ac16ca9a15e0c1ee5c02cf6cdddee9320
parentRemove X_FONTS_MISC_PORT and X_FONTS_ALIAS_PORT now that they are not used an... (diff)
- Fix typo in dependencies
Reported by: itetcu@ (via private email) Pointy hat to: culot@
-rw-r--r--devel/p5-Devel-GlobalDestruction/Makefile6
1 files 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 <bsd.port.pre.mk>
.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 <bsd.port.post.mk>