aboutsummaryrefslogtreecommitdiff
path: root/textproc/aspell
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-09-10 08:42:18 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-09-10 08:42:18 +0000
commite61d55e1c4d723fd3a3df742e124b07df8fccdfe (patch)
tree5826c557031ca59aa1f937e07a6a2757a9ed57a8 /textproc/aspell
parent53dd19dc7116b33c620f195ebd823f08a780ba0d (diff)
Fix missing character
Notes
Notes: svn path=/head/; revision=66024
Diffstat (limited to 'textproc/aspell')
-rw-r--r--textproc/aspell/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile
index f243eb7680a6..94a626fe835c 100644
--- a/textproc/aspell/Makefile
+++ b/textproc/aspell/Makefile
@@ -17,7 +17,7 @@ EXTRACT_ONLY= aspell-0.50.1.tar.gz
MAINTAINER?= thierry@pompo.net
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2
-.if exists(/usr/bin/bzip2)
+.if !exists(/usr/bin/bzip2)
BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
.endif