1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

lang/perl5-devel: enable DTRACE on powerpc64

Builds fine, no PORTREVISION bump since this port is updated frequently.
This commit is contained in:
Piotr Kubaj 2020-12-03 00:19:33 +00:00
parent abde7446f2
commit f22b2b9e9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556868

View File

@ -160,7 +160,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