diff options
-rw-r--r-- | deskutils/buoh/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/buoh/Makefile b/deskutils/buoh/Makefile index bd3e315e74ae..15f58b70f83c 100644 --- a/deskutils/buoh/Makefile +++ b/deskutils/buoh/Makefile @@ -33,6 +33,12 @@ 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:" @@ -54,4 +60,4 @@ post-install: @${LN} -sf ${DATADIR}/pixmaps/buoh64x64.png \ ${X11BASE}/share/pixmaps/buoh64x64.png -.include <bsd.port.mk> +.include <bsd.port.post.mk> |