diff options
Diffstat (limited to 'archivers/rar/Makefile')
-rw-r--r-- | archivers/rar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index 734f1d218fc8..9119785e28a1 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/rar .include <bsd.port.pre.mk> .if ${OSVERSION} < 503000 -IGNORE= Systems prior to FreeBSD 5.3 currently out of support +IGNORE=is unsupported on versions prior to FreeBSD 5.3 .endif .if ${PORTOBJFORMAT} == "elf" |