diff options
author | mnag <mnag@FreeBSD.org> | 2007-05-26 01:55:12 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2007-05-26 01:55:12 +0800 |
commit | 34818d7bdcb5342f802199e8c13c9a7a209be1af (patch) | |
tree | fc7868e91875633c54eb245221aabc6c51643c9e /www/lighttpd | |
parent | 2af0fc53e150adfc24162aaa8a05dff2abdf27ca (diff) | |
download | freebsd-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/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 |