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-clocks | |
parent | 3d87ef2d551df84654e1b928386f1b2468877824 (diff) | |
download | ports-c74701832f58a9ccecdcbfec31960b911abfc233.tar.gz ports-c74701832f58a9ccecdcbfec31960b911abfc233.zip |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200795
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/wmbday/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-clocks/wmbday/Makefile b/x11-clocks/wmbday/Makefile index 3d19d76b0ad1..ca1f5b3fbb2e 100644 --- a/x11-clocks/wmbday/Makefile +++ b/x11-clocks/wmbday/Makefile @@ -24,10 +24,4 @@ MAKE_ENV+= ${CONFIGURE_ENV} MAN1= wmbday.1 MANCOMPRESSED= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |