diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-09-06 03:04:24 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-09-06 03:04:24 +0000 |
commit | 6b9cba579309e981c942d7464f4bac1d7d19c648 (patch) | |
tree | 80bffe15cc62d6920df6cc76e4f7ccfc1d5dc86b | |
parent | - Update to 3.7.7.0 (diff) |
net/wpa_supplicant_gui: Move the distfile to under LOCAL/yuri
Requested by: jgh
Notes
Notes:
svn path=/head/; revision=511277
-rw-r--r-- | net/wpa_supplicant_gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wpa_supplicant_gui/Makefile b/net/wpa_supplicant_gui/Makefile index 2e27418d800f..a6a85c78aae1 100644 --- a/net/wpa_supplicant_gui/Makefile +++ b/net/wpa_supplicant_gui/Makefile @@ -6,7 +6,7 @@ DISTVERSION= 2.9 CATEGORIES= net MASTER_SITES= http://w1.fi/releases/ \ http://partmedia.users.sourceforge.net/dist/:icons \ - LOCAL/jgh/net/wpa_gui/:icons + LOCAL/yuri/net/wpa_supplicant_gui/:icons DISTNAME= wpa_supplicant-${PORTVERSION} DISTFILES= ${DISTNAME}.tar.gz \ wpa-gui-icons.tar.gz:icons @@ -17,7 +17,7 @@ COMMENT= Qt-based frontend for wpa_supplicant LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../COPYING -USES= gl gmake qt:5 +USES= gl gmake qt:5 xorg USE_QT= qmake_build buildtools_build linguisttools_build core gui \ widgets svg_run USE_GL= gl |