diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
commit | c1b39669d4c0fcf493382cfe462b10522569781e (patch) | |
tree | 4258e0d342beadc5ca18094ba5ce084e678b753d /editors | |
parent | b1e8459a6f10a8f6d8c7d13ce7ca823e79130887 (diff) | |
download | ports-c1b39669d4c0fcf493382cfe462b10522569781e.tar.gz ports-c1b39669d4c0fcf493382cfe462b10522569781e.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mg/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/mg/Makefile b/editors/mg/Makefile index 5351db3a7908..e439fe0a32ba 100644 --- a/editors/mg/Makefile +++ b/editors/mg/Makefile @@ -19,10 +19,6 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002506 -BROKEN= does not build, requires futimens system call -.endif - .if ${OPSYS} != FreeBSD || (${OSVERSION} >= 1002506 && ${OSVERSION} < 1100072) EXTRA_PATCHES= ${FILESDIR}/extra-patch-def.h |