summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-10-16 10:13:34 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-10-16 10:13:34 +0000
commit26f2b99f58042dfc37ce142bbb8b54c87cf1e838 (patch)
tree39706ad5609b4dd23035ecaee28cc7c27fbca87d /x11-themes
parent- Fix LICENSE (diff)
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.
Notes
Notes: svn path=/head/; revision=552496
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/plasma5-breeze-gtk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/plasma5-breeze-gtk/Makefile b/x11-themes/plasma5-breeze-gtk/Makefile
index f948afd3b214..4558e986b4a3 100644
--- a/x11-themes/plasma5-breeze-gtk/Makefile
+++ b/x11-themes/plasma5-breeze-gtk/Makefile
@@ -18,8 +18,9 @@ USES= cmake compiler:c++11-lang cpe gnome kde:5 pkgconfig \
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>