aboutsummaryrefslogtreecommitdiff
path: root/archivers/libcomprex
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-26 21:58:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-26 21:58:50 +0000
commitcd526025d656d3f076e54e019eb74a8a847de217 (patch)
tree6bb02451d005d9ed67b046315f5aae9922880275 /archivers/libcomprex
parent2539a0b0bd1e9521352f155106391274fac12cdf (diff)
downloadports-cd526025d656d3f076e54e019eb74a8a847de217.tar.gz
ports-cd526025d656d3f076e54e019eb74a8a847de217.zip
portlint (fix whitespace)
Notes
Notes: svn path=/head/; revision=92248
Diffstat (limited to 'archivers/libcomprex')
-rw-r--r--archivers/libcomprex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile
index 621c9fd34315..2c08c85893c7 100644
--- a/archivers/libcomprex/Makefile
+++ b/archivers/libcomprex/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \
curl.2:${PORTSDIR}/ftp/curl \
ltdl.4:${PORTSDIR}/devel/libltdl
-.if !exists(/usr/bin/bzip2)
+.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif