diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-06-13 20:26:53 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-06-13 20:26:53 +0800 |
commit | 47b54cb6c4ed1fcf459a7a07bbf4b4c140785568 (patch) | |
tree | 97096386a59ca4073f225c5874d7294d02b95a8c /editors/mg | |
parent | 56f65a1b4686e6ba21bc83a424d910ab8dfbb4cb (diff) | |
download | freebsd-ports-gnome-47b54cb6c4ed1fcf459a7a07bbf4b4c140785568.tar.gz freebsd-ports-gnome-47b54cb6c4ed1fcf459a7a07bbf4b4c140785568.tar.zst freebsd-ports-gnome-47b54cb6c4ed1fcf459a7a07bbf4b4c140785568.zip |
- Remove always true OSVERSION condition
Approved by: portmgr blanket
Diffstat (limited to 'editors/mg')
-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: |