1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Fix typo in dependencies

Reported by:	itetcu@ (via private email)
Pointy hat to:	culot@
This commit is contained in:
Frederic Culot 2013-07-07 13:09:48 +00:00
parent 3fbabd14ea
commit 677a1aa35c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322440

View File

@ -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>