svn commit: r489603 - head/graphics/qgis

Antoine Brodin antoine at FreeBSD.org
Mon Jan 7 18:31:53 UTC 2019


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
 


More information about the svn-ports-head mailing list