diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-15 20:33:16 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-15 20:33:16 +0000 |
commit | 329c977502884c573478573703d4fdc1cf47cc3c (patch) | |
tree | da7218515b0cf9493f15d3656391a819ed46faac /textproc/ispell | |
parent | fe366a94317e1457726d9093e697f2d6f6e80325 (diff) | |
download | ports-329c977502884c573478573703d4fdc1cf47cc3c.tar.gz ports-329c977502884c573478573703d4fdc1cf47cc3c.zip |
Notes
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 2d8b330fbb50..1548981c049a 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -71,7 +71,9 @@ EXTRA_DICT+= ${BRDISTFILE} EXTRACT_ONLY+= ${BRDISTFILE} .endif .if defined(ISPELL_DENEU) +.if !exists(/usr/bin/bzip2) BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 +.endif DENEUDISTFILE= igerman98-20001109.tar.bz2 MASTER_SITES+= http://www.suse.de/~bjacke/igerman98/dict/ \ ftp://student.physik.uni-dortmund.de/pub/users/jacke/ispell/ |