1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

lang/perl5.26: Remove OPTIONS_EXCLUDE_FreeBSD_10

FreeBSD 10.x is no longer supported.
This commit is contained in:
Tobias Kortkamp 2019-05-25 11:03:00 +00:00
parent 7ccec6aba3
commit fd495ae11c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502562

View File

@ -26,7 +26,6 @@ OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT MULTIPLICITY SITECUSTOMIZE \
THREADS PERL_MALLOC DTRACE DOT_INC
OPTIONS_DEFAULT= PERL_64BITINT THREADS MULTIPLICITY DTRACE
OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
.if !exists(/usr/sbin/dtrace)
OPTIONS_EXCLUDE+= DTRACE
.endif