summaryrefslogtreecommitdiffstats
path: root/textproc/ispell
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-08-15 20:33:16 +0000
committerknu <knu@FreeBSD.org>2001-08-15 20:33:16 +0000
commit58124457c3a6dd7117d6d4f3f81c0205ff4c0695 (patch)
tree2bac886c1008a0d4900a2204268e6fef08c43c02 /textproc/ispell
parent01f54590915661a5f168e052c9c17d8b4ee4e09d (diff)
downloadFreeBSD-ports-58124457c3a6dd7117d6d4f3f81c0205ff4c0695.zip
FreeBSD-ports-58124457c3a6dd7117d6d4f3f81c0205ff4c0695.tar.gz
Conditionalize bzip2 dependencies.
Diffstat (limited to 'textproc/ispell')
-rw-r--r--textproc/ispell/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index 2d8b330..1548981 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/
OpenPOWER on IntegriCloud