aboutsummaryrefslogtreecommitdiffstats
path: root/www/lighttpd
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2007-05-26 01:55:12 +0800
committermnag <mnag@FreeBSD.org>2007-05-26 01:55:12 +0800
commit34818d7bdcb5342f802199e8c13c9a7a209be1af (patch)
treefc7868e91875633c54eb245221aabc6c51643c9e /www/lighttpd
parent2af0fc53e150adfc24162aaa8a05dff2abdf27ca (diff)
downloadfreebsd-ports-gnome-34818d7bdcb5342f802199e8c13c9a7a209be1af.tar.gz
freebsd-ports-gnome-34818d7bdcb5342f802199e8c13c9a7a209be1af.tar.zst
freebsd-ports-gnome-34818d7bdcb5342f802199e8c13c9a7a209be1af.zip
- Remove spurious bzip2 dependency
PR: 112832 Submitted by: delphij
Diffstat (limited to 'www/lighttpd')
-rw-r--r--www/lighttpd/Makefile1
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