diff options
author | Steve Price <steve@FreeBSD.org> | 2001-03-11 05:02:04 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-03-11 05:02:04 +0000 |
commit | a24c64cd6b3a9101bb9ca20fd0c91fc65bf794e7 (patch) | |
tree | 48da0a380e3e659be8e987afe4510146129e38e6 /textproc/ispell | |
parent | 0d5a0510ea42cb90289022a374b3bd9a01d411c3 (diff) |
Several satellite ports that depend on this one require bzip2 to be
around during build.
Notes
Notes:
svn path=/head/; revision=39542
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 7051c373bcae..ef4fc09016cb 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -72,6 +72,7 @@ EXTRA_DICT+= ${BRDISTFILE} EXTRACT_ONLY+= ${BRDISTFILE} .endif .if defined(ISPELL_DENEU) +BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 DENEUDISTFILE= igerman98-20001109.tar.bz2 MASTER_SITES+= http://www.suse.de/~bjacke/igerman98/dict/ \ ftp://student.physik.uni-dortmund.de/pub/users/jacke/ispell/ |