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

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

Diff for /pkgsrc/sysutils/bacula/options.mk between version 1.1 and 1.2

version 1.1, 2005/10/07 11:30:35 version 1.2, 2005/10/07 11:33:28
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 PKG_OPTIONS_VAR=        PKG_OPTIONS.bacula  PKG_OPTIONS_VAR=                PKG_OPTIONS.bacula
 PKG_SUPPORTED_OPTIONS=  catalog-sqlite catalog-pgsql  PKG_OPTIONS_REQUIRED_GROUPS=    database
 PKG_SUGGESTED_OPTIONS=  catalog-sqlite  PKG_OPTIONS_GROUP.database=     catalog-sqlite catalog-pgsql
   PKG_SUGGESTED_OPTIONS=          catalog-sqlite
   
 .include "../../mk/bsd.options.mk"  .include "../../mk/bsd.options.mk"
   
 # Too bad -1-6's make doesn't have :[#] modifier  
 .for _option_ in catalog  
 . if empty(PKG_OPTIONS:M${_option_}-*)  
 PKG_FAIL_REASON+=       "There must one and only one ${_option_} defined."  
 . endif  
 .endfor  
   
 # Other options  # Other options
   
 BACULA_GROUP?=          bacula  BACULA_GROUP?=          bacula

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

CVSweb <webmaster@jp.NetBSD.org>