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

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

Diff for /pkgsrc/news/slrn/options.mk between version 1.2 and 1.3

version 1.2, 2014/08/23 09:34:48 version 1.3, 2018/09/21 14:27:37
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 PKG_OPTIONS_VAR=                PKG_OPTIONS.slrn  PKG_OPTIONS_VAR=                PKG_OPTIONS.slrn
 PKG_SUPPORTED_OPTIONS=          ssl uulib  PKG_SUPPORTED_OPTIONS=          canlock ssl uulib
 PKG_SUGGESTED_OPTIONS=          ssl  PKG_SUGGESTED_OPTIONS=          canlock ssl uulib
   
 .include "../../mk/bsd.options.mk"  .include "../../mk/bsd.options.mk"
   
 ###  ###
   ### canlock support
   ###
   .if !empty(PKG_OPTIONS:Mcanlock)
   .  include "../../news/libcanlock/buildlink3.mk"
   CONFIGURE_ARGS+=        --with-canlock=${BUILDLINK_PREFIX.libcanlock}
   .else
   CONFIGURE_ARGS+=        --without-canlock
   .endif
   
   ###
 ### SSL support  ### SSL support
 ###  ###
 .if !empty(PKG_OPTIONS:Mssl)  .if !empty(PKG_OPTIONS:Mssl)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>