diff options
Diffstat (limited to 'emulators/linux_base-c7')
-rw-r--r-- | emulators/linux_base-c7/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emulators/linux_base-c7/Makefile b/emulators/linux_base-c7/Makefile index 24bc97b578e1..c718bbe36e29 100644 --- a/emulators/linux_base-c7/Makefile +++ b/emulators/linux_base-c7/Makefile @@ -123,11 +123,6 @@ REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/gshadow etc/motd \ .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} < 1002507 || \ - ( ${OSVERSION} >= 1100000 && ${OSVERSION} < 1100074 )) -IGNORE= Requires FreeBSD 10.3 or higher -.endif - .if ${LINUX_ARCH} == x86_64 && ${OPSYS} == FreeBSD && ${OSVERSION} >= 11000105 SYSCTLMIB= kern.features.linux64 .else |