diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:27:14 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:27:14 +0000 |
commit | c74701832f58a9ccecdcbfec31960b911abfc233 (patch) | |
tree | 69079f703d594c8f6e906b36a7ecfd57e746f64b /x11-themes | |
parent | 3d87ef2d551df84654e1b928386f1b2468877824 (diff) | |
download | ports-c74701832f58a9ccecdcbfec31960b911abfc233.tar.gz ports-c74701832f58a9ccecdcbfec31960b911abfc233.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/rezlooks/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-themes/rezlooks/Makefile b/x11-themes/rezlooks/Makefile index fcff092b88a0..cc150fcba3c9 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> |