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

Tobias C. Berner tcberner at FreeBSD.org
Fri Oct 16 10:13:35 UTC 2020


Author: tcberner
Date: Fri Oct 16 10:13:34 2020
New Revision: 552496
URL: https://svnweb.freebsd.org/changeset/ports/552496

Log:
  x11-themes/plasma5-breeze-gtk: readd python3 alias
  
  In r552427 the python3 alias was removed, as cmake now directly should
  find the proper python -- hovewer a calling script still refers to
  python3.

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

Modified: head/x11-themes/plasma5-breeze-gtk/Makefile
==============================================================================
--- head/x11-themes/plasma5-breeze-gtk/Makefile	Fri Oct 16 09:37:08 2020	(r552495)
+++ head/x11-themes/plasma5-breeze-gtk/Makefile	Fri Oct 16 10:13:34 2020	(r552496)
@@ -18,8 +18,9 @@ USES=		cmake compiler:c++11-lang cpe gnome kde:5 pkgco
 USE_GNOME=	gdkpixbuf2
 USE_KDE=	breeze ecm
 USE_QT=		core buildtools_build qmake_build
+CMAKE_ARGS=	-DPython3_EXECUTABLE:PATH=${PYTHON_CMD}
 
+BINARY_ALIAS=	python3=${PYTHON_CMD}
 NO_ARCH=	yes
-CMAKE_ARGS=	-DPython3_EXECUTABLE:PATH=${PYTHON_CMD}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list