diff options
author | steve <steve@FreeBSD.org> | 2001-03-11 13:02:04 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-03-11 13:02:04 +0800 |
commit | 9a852abd8e6e54ab38cdf2e8c7af4337e1bb4cb3 (patch) | |
tree | 2c880df3aaa6361ebd449184349030b63d3a4f59 /textproc/ispell/Makefile | |
parent | b6679516f174616a60f3cfbe7498793c18658a65 (diff) | |
download | freebsd-ports-gnome-9a852abd8e6e54ab38cdf2e8c7af4337e1bb4cb3.tar.gz freebsd-ports-gnome-9a852abd8e6e54ab38cdf2e8c7af4337e1bb4cb3.tar.zst freebsd-ports-gnome-9a852abd8e6e54ab38cdf2e8c7af4337e1bb4cb3.zip |
Several satellite ports that depend on this one require bzip2 to be
around during build.
Diffstat (limited to 'textproc/ispell/Makefile')
-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/ |