diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-03-21 17:48:46 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-03-21 17:48:46 +0000 |
commit | a8fcb08c85c83daaba92f8c5b9c8bffab2c1591f (patch) | |
tree | 2c16c72f288b5599aee3061d6aa5c15308ea0556 /x11/rsibreak/Makefile | |
parent | 6f9bc91b6d3fcc9e917038989a071b7b3615ddc4 (diff) | |
download | ports-a8fcb08c85c83daaba92f8c5b9c8bffab2c1591f.tar.gz ports-a8fcb08c85c83daaba92f8c5b9c8bffab2c1591f.zip |
Hopefully unbreak on FreeBSD 4.
Notes
Notes:
svn path=/head/; revision=157905
Diffstat (limited to 'x11/rsibreak/Makefile')
-rw-r--r-- | x11/rsibreak/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/rsibreak/Makefile b/x11/rsibreak/Makefile index 41b84fb773d2..09a9c435cdd2 100644 --- a/x11/rsibreak/Makefile +++ b/x11/rsibreak/Makefile @@ -19,14 +19,8 @@ USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 USE_GETTEXT= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Doesn't compile on FreeBSD 4.X -.endif - post-patch: @${REINPLACE_CMD} 's/install-data-local: install-apidox/install-data-local:/' \ ${WRKSRC}/rsibreak/Makefile.in ${WRKSRC}/rsibreak/src/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |