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 /sysutils/jobd | |
parent | b1e8459a6f10a8f6d8c7d13ce7ca823e79130887 (diff) |
Notes
Diffstat (limited to 'sysutils/jobd')
-rw-r--r-- | sysutils/jobd/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/jobd/Makefile b/sysutils/jobd/Makefile index d9a3e780943e..97d23945e697 100644 --- a/sysutils/jobd/Makefile +++ b/sysutils/jobd/Makefile @@ -21,10 +21,4 @@ BROKEN_aarch64= Fails to compile: comparison of constant -1 with expression of BROKEN_mips64= Fails to configure: unrecognized command line option -std=c++11 BROKEN_sparc64= Fails to configure: unrecognized command line option -std=c++11 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 -IGNORE= requires FreeBSD 10 or later -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |