Ticket #25920: Portfile-petsc.diff
File Portfile-petsc.diff, 478 bytes (added by johnmichael.fischer@…, 14 years ago) |
---|
-
Portfile
old new 58 58 depends_lib-append port:triangle 59 59 } 60 60 61 variant debug description {build with debug support} { 62 configure.args-delete --with-debugging=0 63 configure.args-append --with-debugging=1 64 } 65 61 66 post-activate { 62 67 ui_msg "******************************************************" 63 68 ui_msg "* Add the following line to your .bash_profile if you "