diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-08 18:07:53 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-08 18:07:53 +0800 |
commit | ce4f2a82316486f8fea2ef277eca876f4777084a (patch) | |
tree | 2cc60c8c88ddf0eb2b1a6db96ee42b813d5fa405 | |
parent | 81b70aee96c69eb474ad84149fc214158e831a4a (diff) | |
download | freebsd-ports-gnome-ce4f2a82316486f8fea2ef277eca876f4777084a.tar.gz freebsd-ports-gnome-ce4f2a82316486f8fea2ef277eca876f4777084a.tar.zst freebsd-ports-gnome-ce4f2a82316486f8fea2ef277eca876f4777084a.zip |
- Mark BROKEN on 4.x, does not build
PR: ports/101645
Submitted by: Brandon Cash <brandoncash at gmail.com> (maintainer)
-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 |