svn commit: r552418 - head/x11-themes/plasma5-breeze-gtk

Tobias C. Berner tcberner at FreeBSD.org
Thu Oct 15 14:46:25 UTC 2020


Author: tcberner
Date: Thu Oct 15 14:46:24 2020
New Revision: 552418
URL: https://svnweb.freebsd.org/changeset/ports/552418

Log:
  x11-themes/plasma5-breeze-gtk: try to find the proper python version
  
  Reported by:	VVD

Modified:
  head/x11-themes/plasma5-breeze-gtk/Makefile

Modified: head/x11-themes/plasma5-breeze-gtk/Makefile
==============================================================================
--- head/x11-themes/plasma5-breeze-gtk/Makefile	Thu Oct 15 14:06:06 2020	(r552417)
+++ head/x11-themes/plasma5-breeze-gtk/Makefile	Thu Oct 15 14:46:24 2020	(r552418)
@@ -19,7 +19,7 @@ USE_GNOME=	gdkpixbuf2
 USE_KDE=	breeze ecm
 USE_QT=		core buildtools_build qmake_build
 
-BINARY_ALIAS=	python3=${PYTHON_VERSION}
 NO_ARCH=	yes
+CMAKE_ARGS=	-DPython3_EXECUTABLE:PATH=${PYTHON_CMD}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list