diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-05-25 17:55:12 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-05-25 17:55:12 +0000 |
commit | 9a5024d59f4a15bb181d275a2ecb4b55e828f733 (patch) | |
tree | 778a1852e901bbea92970e740d034a78e9b8d315 /www/lighttpd | |
parent | 224ac6f5365fc71cc39e664f76bdd26ef3cda699 (diff) | |
download | ports-9a5024d59f4a15bb181d275a2ecb4b55e828f733.tar.gz ports-9a5024d59f4a15bb181d275a2ecb4b55e828f733.zip |
Notes
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 6e6d1f899a0b..a62f7c54deaf 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -55,7 +55,6 @@ CONFIGURE_ARGS+= --with-openssl \ .endif .if defined(WITH_BZIP2) -LIB_DEPENDS+= bz2:${PORTSDIR}/archivers/bzip2 CONFIGURE_ARGS+= --with-bzip2 .endif |