aboutsummaryrefslogtreecommitdiff
path: root/archivers/rar
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-11-06 13:48:25 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-11-06 13:48:25 +0000
commitb0e5826e634f7c29dc17d7614d0e7245259cdfa4 (patch)
tree84f8fc1d799d74021cb759f221663b76a7e3d77d /archivers/rar
parentd82845ac4eba342f90ebb95c85173b34bcc1c858 (diff)
downloadports-b0e5826e634f7c29dc17d7614d0e7245259cdfa4.tar.gz
ports-b0e5826e634f7c29dc17d7614d0e7245259cdfa4.zip
IGNORE this binary port for FreeBSD < 5.3
PR: 73611 Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
Notes
Notes: svn path=/head/; revision=120961
Diffstat (limited to 'archivers/rar')
-rw-r--r--archivers/rar/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile
index a07fec2326f0..734f1d218fc8 100644
--- a/archivers/rar/Makefile
+++ b/archivers/rar/Makefile
@@ -22,6 +22,10 @@ WRKSRC= ${WRKDIR}/rar
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 503000
+IGNORE= Systems prior to FreeBSD 5.3 currently out of support
+.endif
+
.if ${PORTOBJFORMAT} == "elf"
STRIP=
.endif