lang/perl5.30: enable DTRACE on powerpc64

Builds fine.
This commit is contained in:
Piotr Kubaj 2020-12-02 22:25:48 +00:00
parent 4be7ecb309
commit 89644afe7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556858

View file

@ -2,7 +2,7 @@
PORTNAME= perl
DISTVERSION= ${PERL_VERSION}
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= lang devel perl5
MASTER_SITES= CPAN/../../src/5.0
DIST_SUBDIR= perl
@ -129,7 +129,7 @@ OPTIONS_EXCLUDE= DTRACE
.endif
.for a in aarch64 arm armv6 armv7 \
mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \
powerpc powerpc64 powerpcspe \
powerpc powerpcspe \
riscv64 riscv64sf sparc64
OPTIONS_EXCLUDE_${a}= DTRACE
.endfor