aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/rezlooks
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 14:27:14 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 14:27:14 +0800
commit7238b14395cb7d5bb9ed19be85b97ef31884e3ed (patch)
tree16804407445218161ca5273c337a54f9150befb2 /x11-themes/rezlooks
parent920ef646f384fe4cd81929ea201c797af2cdbddd (diff)
downloadfreebsd-ports-graphics-7238b14395cb7d5bb9ed19be85b97ef31884e3ed.tar.gz
freebsd-ports-graphics-7238b14395cb7d5bb9ed19be85b97ef31884e3ed.tar.zst
freebsd-ports-graphics-7238b14395cb7d5bb9ed19be85b97ef31884e3ed.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'x11-themes/rezlooks')
-rw-r--r--x11-themes/rezlooks/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-themes/rezlooks/Makefile b/x11-themes/rezlooks/Makefile
index fcff092b88a..cc150fcba3c 100644
--- a/x11-themes/rezlooks/Makefile
+++ b/x11-themes/rezlooks/Makefile
@@ -22,14 +22,8 @@ USE_GNOME= gtk20
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
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>