Date: Mon, 7 Jan 2019 18:31:52 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489603 - head/graphics/qgis Message-ID: <201901071831.x07IVqta080609@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jan 7 18:31:52 2019 New Revision: 489603 URL: https://svnweb.freebsd.org/changeset/ports/489603 Log: Fix build with DEFAULT_VERSIONS=python=3.x PR: 234633 Modified: head/graphics/qgis/Makefile Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Mon Jan 7 18:29:22 2019 (r489602) +++ head/graphics/qgis/Makefile Mon Jan 7 18:31:52 2019 (r489603) @@ -38,6 +38,7 @@ USE_QT= corelib designer doc gui linguist_build moc_b network qmake_build rcc_build script sql sql-pgsql \ sql-sqlite3 svg testlib uic_build webkit xml USE_LDCONFIG= yes +BINARY_ALIAS= pyrcc4=pyrcc4-${PYTHON_VER} ICON_SIZES= 8 16 22 24 32 36 42 48 64 72 80 96 128 192 256 512
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901071831.x07IVqta080609>