From d509edc18fcf1397d33aba4edeee23c33756864a Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 6 Nov 2004 13:48:25 +0000 Subject: IGNORE this binary port for FreeBSD < 5.3 PR: 73611 Submitted by: Dima Panov --- archivers/rar/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'archivers') 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 +.if ${OSVERSION} < 503000 +IGNORE= Systems prior to FreeBSD 5.3 currently out of support +.endif + .if ${PORTOBJFORMAT} == "elf" STRIP= .endif -- cgit