diff options
author | edwin <edwin@FreeBSD.org> | 2007-05-02 15:10:00 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-05-02 15:10:00 +0800 |
commit | 39d5527ee3bed491150537700863dc865f41487b (patch) | |
tree | c26479a0bc7f993ba702e0e35bf34a86de10a714 /archivers | |
parent | 4019883bb45029438e21f1010ab6519dedbfb20f (diff) | |
download | freebsd-ports-gnome-39d5527ee3bed491150537700863dc865f41487b.tar.gz freebsd-ports-gnome-39d5527ee3bed491150537700863dc865f41487b.tar.zst freebsd-ports-gnome-39d5527ee3bed491150537700863dc865f41487b.zip |
[patch] archivers/rvm - cleanup non-supported FreeBSD version
PR: ports/111640
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
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> |