diff options
Diffstat (limited to 'textproc/linux-f10-aspell/Makefile')
-rw-r--r-- | textproc/linux-f10-aspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/linux-f10-aspell/Makefile b/textproc/linux-f10-aspell/Makefile index 8be47ef606df..71412f564781 100644 --- a/textproc/linux-f10-aspell/Makefile +++ b/textproc/linux-f10-aspell/Makefile @@ -79,7 +79,7 @@ DICT_SUFFIX= .tar.bz2 .include <bsd.port.pre.mk> -.if (${OSVERSION} < 500021) && (${OSVERSION} >= 500000 || ${OSVERSION} < 440000) +.if ${OSVERSION} < 500021 BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 .endif |