[BACK]Return to options.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / www / lighttpd

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/www/lighttpd/options.mk between version 1.10 and 1.11

version 1.10, 2015/07/26 18:24:15 version 1.11, 2016/08/01 09:25:20
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 PKG_OPTIONS_VAR=        PKG_OPTIONS.lighttpd  PKG_OPTIONS_VAR=        PKG_OPTIONS.lighttpd
 PKG_SUPPORTED_OPTIONS=  bzip fam gdbm inet6 ldap lua mysql ssl memcache  PKG_SUPPORTED_OPTIONS=  bzip2 fam gdbm inet6 ldap lua mysql ssl memcache
 PKG_SUGGESTED_OPTIONS=  inet6 ssl  PKG_SUGGESTED_OPTIONS=  inet6 ssl
   
 .include "../../mk/bsd.options.mk"  .include "../../mk/bsd.options.mk"
   
 ###  ###
 ### Allow using bzip as a compression method in the "compress" module.  ### Allow using bzip2 as a compression method in the "compress" module.
 ###  ###
 .if !empty(PKG_OPTIONS:Mbzip)  .if !empty(PKG_OPTIONS:Mbzip2)
 .  include "../../archivers/bzip2/buildlink3.mk"  .  include "../../archivers/bzip2/buildlink3.mk"
 CONFIGURE_ARGS+=        --with-bzip2  CONFIGURE_ARGS+=        --with-bzip2
 .else  .else

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>