summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-06-13 12:26:53 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-06-13 12:26:53 +0000
commit4797788827d44a30f6e012e3314b170cb703abe7 (patch)
tree97096386a59ca4073f225c5874d7294d02b95a8c /editors
parent- Remove always true OSVERSION conditions (diff)
- Remove always true OSVERSION condition
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=472310
Diffstat (limited to 'editors')
-rw-r--r--editors/mg/Makefile2
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: