Ticket #25920: Portfile-petsc.diff

File Portfile-petsc.diff, 478 bytes (added by johnmichael.fischer@…, 14 years ago)

u-diff

  • Portfile

    old new  
    5858    depends_lib-append  port:triangle
    5959}
    6060
     61variant debug description {build with debug support} {
     62    configure.args-delete   --with-debugging=0
     63    configure.args-append   --with-debugging=1
     64}
     65
    6166post-activate {
    6267    ui_msg "******************************************************"
    6368    ui_msg "* Add the following line to your .bash_profile if you "