New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #14734: patch-gnucash-Portfile.diff

File patch-gnucash-Portfile.diff, 0.6 KB (added by mp@…, 4 years ago)
  • Portfile

    old new  
    9595                apps_gnucash_window_pages_account_tree.schemas \ 
    9696                apps_gnucash_window_pages_register.schemas \ 
    9797                apps_gnucash_history.schemas \ 
    98                 apps_gnucash_dialog_hbci.schemas \ 
    9998                apps_gnucash_import_generic_matcher.schemas" 
     99                 
     100                if {! [variant_isset without_hbci]} { 
     101                system "cd ${prefix}/etc/gconf/schemas && \ 
     102                GCONF_CONFIG_SOURCE=`${prefix}/bin/gconftool-2 --get-default-source` ${prefix}/bin/gconftool-2 --makefile-install-rule \ 
     103                        apps_gnucash_dialog_hbci.schemas" 
     104                } 
    100105}