diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-29 16:21:09 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-29 16:21:09 +0000 |
commit | 6b627f8f9758e8ac1f6cb4e860dbe491821693d8 (patch) | |
tree | 505745271461218ddd8e06519c9f526e5578afe2 /textproc/linux-f8-aspell | |
parent | 3825dd28e0d5e078acda90ada28dcdc1611ea3f5 (diff) |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter t-w
Notes
Notes:
svn path=/head/; revision=191130
Diffstat (limited to 'textproc/linux-f8-aspell')
-rw-r--r-- | textproc/linux-f8-aspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/linux-f8-aspell/Makefile b/textproc/linux-f8-aspell/Makefile index 8be47ef606df..71412f564781 100644 --- a/textproc/linux-f8-aspell/Makefile +++ b/textproc/linux-f8-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 |