Ticket #20622: plplot.diff
File plplot.diff, 817 bytes (added by tenomoto (Takeshi Enomoto), 15 years ago) |
---|
-
Portfile
93 93 } 94 94 } 95 95 96 if {[variant_isset aquaterm]} { 97 post-configure { 98 reinplace "s|-framework AquaTerm|-F${prefix}/Library/Frameworks -framework AquaTerm|" ${worksrcpath}/cmake/modules/aqt.cmake 99 } 100 } 96 101 if {[variant_isset universal]} { 97 102 configure.args-append -DCMAKE_OSX_ARCHITECTURES=\"[strsed ${configure.universal_archs} "g| |;|"]\" -DENABLE_f77:BOOL=OFF -DENABLE_f95:BOOL=OFF 98 103 } … … 155 160 configure.args-append -DENABLE_d=ON 156 161 } 157 162 163 variant aquaterm description {add support for aquaterm} { 164 depends_lib-append port:aquaterm 165 configure.args-delete -DPLD_aqt=OFF 166 configure.args-append -DPLD_aqt=ON \ 167 }