aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-09-10 16:42:18 +0800
committerdinoex <dinoex@FreeBSD.org>2002-09-10 16:42:18 +0800
commit172cbaf40b08a66bc312f6f25a36ae9c4f99e63e (patch)
tree5b12e98c9972a8bde0ce8234f495a3b4d0dd355d
parent99b1ee67e64475d0b0d1380bcabc58e516692d92 (diff)
downloadfreebsd-ports-gnome-172cbaf40b08a66bc312f6f25a36ae9c4f99e63e.tar.gz
freebsd-ports-gnome-172cbaf40b08a66bc312f6f25a36ae9c4f99e63e.tar.zst
freebsd-ports-gnome-172cbaf40b08a66bc312f6f25a36ae9c4f99e63e.zip
Fix missing character
-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