diff --git a/security/ophcrack/Portfile b/security/ophcrack/Portfile
index 097d28acaf9..369a70d2e21 100644
a
|
b
|
variant gui description {Builds the GUI version instead of the CLI version, requ |
69 | 69 | PortGroup qt5 1.0 |
70 | 70 | qt5.depends_component qtcharts |
71 | 71 | configure.args-delete --disable-gui |
72 | | configure.args-append --with-libqt4=${qt_dir} |
| 72 | configure.args-append _QMAKE5=${qt_qmake_cmd} |
73 | 73 | } |
74 | 74 | |
75 | 75 | variant tables description {Installs the free rainbow tables for Windows XP and Vista (700+ MB)} { |