From 39d5527ee3bed491150537700863dc865f41487b Mon Sep 17 00:00:00 2001 From: edwin Date: Wed, 2 May 2007 07:10:00 +0000 Subject: [patch] archivers/rvm - cleanup non-supported FreeBSD version PR: ports/111640 Submitted by: Edwin Groothuis Approved by: maintainer timeout --- archivers/rvm/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'archivers/rvm') 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 - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include +.include -- cgit