Permalink
Browse files
qgis: Remove conflicting use_parallel_build directives
- Loading branch information
Showing
with
0 additions
and
3 deletions.
-
+0
−3
gis/qgis/Portfile
|
|
@@ -27,8 +27,6 @@ distname final-${version_u} |
|
|
master_sites https://github.com/qgis/QGIS/archive/ |
|
|
worksrcdir QGIS-${distname} |
|
|
|
|
|
use_parallel_build no |
|
|
|
|
|
checksums rmd160 fc85c0821532505c531aacb39f5abdfc9fac15f0 \ |
|
|
sha256 f8912cddca6673b54fcbea8b418d877b51d7229ebd4caec07bdb5fbfda6851e4 |
|
|
|
|
|
@@ -184,6 +182,5 @@ variant grass description "Build Grass 7 plugin" { |
|
|
configure.dir ${worksrcpath}/build |
|
|
configure.cmd cmake .. |
|
|
|
|
|
use_parallel_build yes |
|
|
build.dir ${worksrcpath}/build |
|
|
destroot.target install |