diff options
author | jmz <jmz@FreeBSD.org> | 2005-11-14 19:08:43 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2005-11-14 19:08:43 +0800 |
commit | 7e839e4484dd92d89f134f53252b7688be3221be (patch) | |
tree | 6854bc58904e6b0e9b2764e57b4b210ca7356e93 /textproc/ispell | |
parent | a927e41cd09664e6e50100c4665b3194a209c60e (diff) | |
download | freebsd-ports-gnome-7e839e4484dd92d89f134f53252b7688be3221be.tar.gz freebsd-ports-gnome-7e839e4484dd92d89f134f53252b7688be3221be.tar.zst freebsd-ports-gnome-7e839e4484dd92d89f134f53252b7688be3221be.zip |
Remove /usr/bin/bzip2 dependency.
PR: ports/88988
Submitted by: edwin
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index b088a47c8633..8ab39e07953a 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -89,9 +89,6 @@ EXTRA_DICT+= ${BRDISTFILE}:br 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://j3e.de/ispell/igerman98/dict/:denu EXTRA_DICT+= ${DENEUDISTFILE}:denu |