diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-05-22 03:29:21 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-05-22 03:29:21 +0800 |
commit | a991dcf1938c3514cb9e24d273bbddd9c0d4612c (patch) | |
tree | e6ae418eaa3cb38a72cf574b1131ea9daccf121c /editors | |
parent | 94e79130e1129d013d0f9ff839f04ccdce8cd0a2 (diff) | |
download | freebsd-ports-graphics-a991dcf1938c3514cb9e24d273bbddd9c0d4612c.tar.gz freebsd-ports-graphics-a991dcf1938c3514cb9e24d273bbddd9c0d4612c.tar.zst freebsd-ports-graphics-a991dcf1938c3514cb9e24d273bbddd9c0d4612c.zip |
Remove reference to FreeBSD 9, releases prior to 10.3-RELEASE are also
concerned
Suggested by: mat@
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 2fcc815c400..426388f8a6a 100644 --- a/editors/mg/Makefile +++ b/editors/mg/Makefile @@ -17,7 +17,7 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> .if ${OSVERSION} < 1002506 -BROKEN= does not build on FreeBSD 9.x, requires futimens system call +BROKEN= does not build, requires futimens system call .endif pre-configure: |