diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-02 07:10:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-02 07:10:00 +0000 |
commit | 4e48e331534c88ae7e0e3981f8f55e5547837963 (patch) | |
tree | c83b8a0657e398961f7ff9cfd56cba2d9c981202 /archivers | |
parent | 82b79aa391d47601b170f388cf0f3984f6edbdde (diff) | |
download | ports-4e48e331534c88ae7e0e3981f8f55e5547837963.tar.gz ports-4e48e331534c88ae7e0e3981f8f55e5547837963.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rvm/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile index a4b25498ddba..6d2cb1b03646 100644 --- a/archivers/rvm/Makefile +++ b/archivers/rvm/Makefile @@ -31,10 +31,4 @@ MAKE_ARGS= CXXFLAGS="${CXXFLAGS}" MAN1= rvm.1 PLIST_FILES= bin/rvm -.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> |