diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.options.mk> -.if ${OPSYS} != FreeBSD || (${OSVERSION} >= 1002506 && ${OSVERSION} < 1100072) +.if ${OPSYS} != FreeBSD || ${OSVERSION} < 1100072 EXTRA_PATCHES= ${FILESDIR}/extra-patch-def.h post-patch: |