mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
a7ca4e1107
- Add a distfile that includes the wpa_gui's icons in PNG format - Remove dependency on qt3support (this is "wpa_gui-qt4") - Switch to included desktop icon instead of DESKTOP_ENTRIES - Replace tab with space in pkg-decr on the WWW line - while here drop MAKE_JOBS_SAFE, as it is now the default PR: 180333 Submitted by: kevinz5000@gmail.com Approved by: maintainer timeout 14 days ( webmaster@kibab.com )
11 lines
300 B
Prolog
11 lines
300 B
Prolog
--- ./wpa_gui.pro.orig 2010-09-07 10:43:39.000000000 -0500
|
|
+++ ./wpa_gui.pro 2013-07-05 13:24:16.000000000 -0500
|
|
@@ -26,6 +26,7 @@
|
|
} else {
|
|
DEFINES += CONFIG_CTRL_IFACE_UNIX
|
|
SOURCES += ../../src/utils/os_unix.c
|
|
+ RESOURCES += icons_png.qrc
|
|
}
|
|
|
|
INCLUDEPATH += . .. ../../src ../../src/utils
|