mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
Not even an Announcement: https://github.com/coin3d/pivy/releases/tag/0.6.8 While here, switch to a real plist so I can more easily see when stuff goes missing.
18 lines
722 B
Python
18 lines
722 B
Python
--- qtinfo.py.orig 2023-03-13 20:25:16.070089000 +0100
|
|
+++ qtinfo.py 2023-03-13 20:26:18.492969000 +0100
|
|
@@ -7,7 +7,7 @@
|
|
if qmake_command:
|
|
self._qmake_command = qmake_command
|
|
else:
|
|
- self._qmake_command = [find_executable("qmake"),]
|
|
+ self._qmake_command = [find_executable("qmake-qt5"),]
|
|
self._dict = {}
|
|
# bind all variables early at __init__ time.
|
|
for thing in self.__class__.__dict__:
|
|
@@ -79,4 +79,4 @@
|
|
translations_dir = property(getTranslationsPath)
|
|
headers_dir = property(getHeadersPath)
|
|
docs_dir = property(getDocsPath)
|
|
- qml_dir = property(getQmlPath)
|
|
\ No newline at end of file
|
|
+ qml_dir = property(getQmlPath)
|