diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-08 10:07:53 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-08 10:07:53 +0000 |
commit | d8359cfc1c59334f1ac7923d24f7c479e7a6c565 (patch) | |
tree | 8a57ca74768e7fcfe238f9ecb341f4a227e1c156 /x11-themes | |
parent | 1823f0b6c8b440a32bd6f26d5a1d10d2739ffc75 (diff) | |
download | ports-d8359cfc1c59334f1ac7923d24f7c479e7a6c565.tar.gz ports-d8359cfc1c59334f1ac7923d24f7c479e7a6c565.zip |
Notes
Diffstat (limited to 'x11-themes')
-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 |