Permalink
Browse files
qgis3: fix variant generation
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
gis/qgis3/Portfile
|
|
@@ -113,7 +113,7 @@ foreach suffix ${postgresql_suffixes} { |
|
|
set index [lsearch -exact ${postgresql_variants} ${vrt}] |
|
|
set conf [lreplace ${postgresql_variants} ${index} ${index}] |
|
|
|
|
|
variant ${vrt} description "Use PostgreSQL ${pgversion}" conflicts ${conf} " |
|
|
variant ${vrt} description "Use PostgreSQL ${pgversion}" conflicts {*}${conf} " |
|
|
depends_lib-append port:${vrt} |
|
|
configure.args-append \ |
|
|
-DPOSTGRES_CONFIG=${prefix}/lib/${vrt}/bin/pg_config |
|
|
@@ -146,7 +146,7 @@ foreach pyver ${python_suffixes} { |
|
|
set index [lsearch -exact ${python_variants} ${vrt}] |
|
|
set conf [lreplace ${python_variants} ${index} ${index}] |
|
|
|
|
|
variant ${vrt} description "Use Python ${pyversion}" conflicts ${conf} " |
|
|
variant ${vrt} description "Use Python ${pyversion}" conflicts {*}${conf} " |
|
|
depends_lib-append port:python${pyver} \ |
|
|
port:py${pyver}-pyqt5 \ |
|
|
port:py${pyver}-qscintilla-qt5 \ |
|
|
|