diff options
Diffstat (limited to 'textproc/linux-f8-aspell')
-rw-r--r-- | textproc/linux-f8-aspell/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/linux-f8-aspell/Makefile b/textproc/linux-f8-aspell/Makefile index 08e0acffe12b..8be47ef606df 100644 --- a/textproc/linux-f8-aspell/Makefile +++ b/textproc/linux-f8-aspell/Makefile @@ -21,8 +21,7 @@ EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= Spelling checker with better logic than ispell (linux version) -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm \ - bzip2:${PORTSDIR}/archivers/bzip2 +BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm NO_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 @@ -80,6 +79,10 @@ DICT_SUFFIX= .tar.bz2 .include <bsd.port.pre.mk> +.if (${OSVERSION} < 500021) && (${OSVERSION} >= 500000 || ${OSVERSION} < 440000) +BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 +.endif + .if defined(LANG) . for i in ${AVAIL_DICT} no . if ${LANG:M${i}*} != "" |