diff options
-rw-r--r-- | textproc/aspell/Makefile | 2 |
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 |