diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:24:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:24:54 +0000 |
commit | e74f1f2ba2a728af887a83b377b13746054b76e5 (patch) | |
tree | 9e8d0df9fa6e67d5a64401e5b706db886bfc98aa /deskutils/buoh | |
parent | 9f89962a6d493602e7eca1e2fdbf365561f1e99f (diff) |
Notes
Diffstat (limited to 'deskutils/buoh')
-rw-r--r-- | deskutils/buoh/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/deskutils/buoh/Makefile b/deskutils/buoh/Makefile index 63977fabd3e6..d37ee9e816e9 100644 --- a/deskutils/buoh/Makefile +++ b/deskutils/buoh/Makefile @@ -35,12 +35,6 @@ CFLAGS+= -g STRIP= .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not build on 4.X -.endif - pre-everything:: .if !defined(WITH_DEBUG) @${ECHO_MSG} "You may specify the following on the command line:" @@ -60,4 +54,4 @@ post-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |