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/ipager | |
parent | 3d87ef2d551df84654e1b928386f1b2468877824 (diff) |
Notes
Diffstat (limited to 'x11/ipager')
-rw-r--r-- | x11/ipager/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/ipager/Makefile b/x11/ipager/Makefile index a129829d9561..fdf803226311 100644 --- a/x11/ipager/Makefile +++ b/x11/ipager/Makefile @@ -36,12 +36,6 @@ THEMES= atlantis.conf \ light_gray.conf \ light_orange.conf -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= fails to build on FreeBSD 4.x (due to problems with threading support) -.endif - post-patch: @${REINPLACE_CMD} -e '35,36d;89d;92,94d' \ ${WRKSRC}/SConstruct @@ -75,4 +69,4 @@ post-install: @${ECHO_MSG} "" @${ECHO_MSG} "" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |