pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/wpa_gui Needs C compiler.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/055136d3b490
branches:  trunk
changeset: 520689:055136d3b490
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Oct 25 19:08:37 2006 +0000

description:
Needs C compiler.

diffstat:

 net/wpa_gui/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 51b786ff5b9d -r 055136d3b490 net/wpa_gui/Makefile
--- a/net/wpa_gui/Makefile      Wed Oct 25 18:58:34 2006 +0000
+++ b/net/wpa_gui/Makefile      Wed Oct 25 19:08:37 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/10/22 23:20:21 rpaulo Exp $
+# $NetBSD: Makefile,v 1.2 2006/10/25 19:08:37 joerg Exp $
 
 DISTNAME=      wpa_supplicant-0.4.9
 PKGNAME=       ${DISTNAME:S/supplicant/gui/}
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://hostap.epitest.fi/wpa_supplicant/
 COMMENT=       QT GUI for wpa_supplicant(8)
 
-USE_LANGUAGES+=        c++
+USE_LANGUAGES+=        c c++
 BUILD_TARGET=  wpa_gui
 USE_TOOLS+=    gmake
 



Home | Main Index | Thread Index | Old Index