diff options
Diffstat (limited to 'deskutils/buoh/Makefile')
-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> |