http://www.berklix.com/~jhs/src/bsd/fixes/freebsd/ports/jhs/net/wpa_supplicant_gui/Makefile.REL=CURRENT.diff Sent to yuri@FreeBSD.org Wed Aug 28 03:06:55 CEST 2019 *** 13.0-CURRENT/ports/net/wpa_supplicant_gui/Makefile.orig Wed Aug 28 02:41:05 2019 --- new-generic/ports/net/wpa_supplicant_gui/Makefile Wed Aug 28 02:57:49 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