Fix missing character

This commit is contained in:
Dirk Meyer 2002-09-10 08:42:18 +00:00
parent 53dd19dc71
commit e61d55e1c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66024

View File

@ -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