Ticket #14734: patch-gnucash-Portfile.diff

File patch-gnucash-Portfile.diff, 618 bytes (added by mp@…, 16 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}