*** Makefile.orig Wed Aug 28 02:41:05 2019 --- Makefile Wed Aug 28 02:47:57 2019 *************** *** 12,17 **** --- 12,25 ---- wpa-gui-icons.tar.gz:icons MAINTAINER= yuri@FreeBSD.org + + # ld: error: unable to find library -lQt5Widgets + # ld: error: unable to find library -lQt5Gui + # ld: error: unable to find library -lQt5Core + BUILD_DEPENDS= x11-toolkits/qt5-widgets + BUILD_DEPENDS+= x11-toolkits/qt5-gui + BUILD_DEPENDS+= devel/qt5-core + COMMENT= Qt-based frontend for wpa_supplicant LICENSE= BSD3CLAUSE