Skip to content
Permalink
Browse files

qgis3: fix variant generation

  • Loading branch information
ryandesign authored and mojca committed Mar 20, 2018
1 parent 1ad4aa8 commit 8726435f4a45f8f4ca483e3b33aceb62a48ceb18
Showing with 2 additions and 2 deletions.
  1. +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 \

0 comments on commit 8726435

Please sign in to comment.
You can’t perform that action at this time.