summaryrefslogtreecommitdiff
path: root/x11-themes/rezlooks
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-08-08 10:07:53 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-08-08 10:07:53 +0000
commitd8359cfc1c59334f1ac7923d24f7c479e7a6c565 (patch)
tree8a57ca74768e7fcfe238f9ecb341f4a227e1c156 /x11-themes/rezlooks
parentUpdate to 3.1.4 (diff)
- Mark BROKEN on 4.x, does not build
PR: ports/101645 Submitted by: Brandon Cash <brandoncash at gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=170086
Diffstat (limited to 'x11-themes/rezlooks')
-rw-r--r--x11-themes/rezlooks/Makefile4
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