diff options
| -rw-r--r-- | x11-themes/rezlooks/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-themes/rezlooks/Makefile b/x11-themes/rezlooks/Makefile index 46c4edff450a..5e0edbb3a748 100644 --- a/x11-themes/rezlooks/Makefile +++ b/x11-themes/rezlooks/Makefile @@ -24,6 +24,10 @@ OPTIONS+= ANIMATION "Animation support" On .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= does not build on 4.x +.endif + .if !defined(WITHOUT_ANIMATION) CONFIGURE_ARGS+= --enable-animation .endif |
