From 47b54cb6c4ed1fcf459a7a07bbf4b4c140785568 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 13 Jun 2018 12:26:53 +0000 Subject: - Remove always true OSVERSION condition Approved by: portmgr blanket --- editors/mg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/mg') diff --git a/editors/mg/Makefile b/editors/mg/Makefile index 36c857863e12..54a889a79b3e 100644 --- a/editors/mg/Makefile +++ b/editors/mg/Makefile @@ -20,7 +20,7 @@ OPTIONS_DEFINE= DOCS .include -.if ${OPSYS} != FreeBSD || (${OSVERSION} >= 1002506 && ${OSVERSION} < 1100072) +.if ${OPSYS} != FreeBSD || ${OSVERSION} < 1100072 EXTRA_PATCHES= ${FILESDIR}/extra-patch-def.h post-patch: -- cgit