diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-11-06 13:48:25 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-11-06 13:48:25 +0000 |
commit | b0e5826e634f7c29dc17d7614d0e7245259cdfa4 (patch) | |
tree | 84f8fc1d799d74021cb759f221663b76a7e3d77d /archivers/rar | |
parent | d82845ac4eba342f90ebb95c85173b34bcc1c858 (diff) | |
download | ports-b0e5826e634f7c29dc17d7614d0e7245259cdfa4.tar.gz ports-b0e5826e634f7c29dc17d7614d0e7245259cdfa4.zip |
Notes
Diffstat (limited to 'archivers/rar')
-rw-r--r-- | archivers/rar/Makefile | 4 |
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 |