pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/wpa_supplicant dbus option needs pkg-config.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6d93a16b5c53
branches: trunk
changeset: 394969:6d93a16b5c53
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Jun 29 15:32:34 2009 +0000
description:
dbus option needs pkg-config.
diffstat:
net/wpa_supplicant/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r bce7d6ce6271 -r 6d93a16b5c53 net/wpa_supplicant/Makefile
--- a/net/wpa_supplicant/Makefile Mon Jun 29 15:26:32 2009 +0000
+++ b/net/wpa_supplicant/Makefile Mon Jun 29 15:32:34 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/05/11 22:47:04 roy Exp $
+# $NetBSD: Makefile,v 1.5 2009/06/29 15:32:34 joerg Exp $
#
DISTNAME= wpa_supplicant-0.6.9
@@ -24,6 +24,10 @@
.include "../../mk/bsd.options.mk"
+.if !empty(PKG_OPTIONS:Mdbus)
+USE_TOOLS+= pkg-config
+.endif
+
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD"
CPPFLAGS+= -DNEW_FREEBSD_MLME_ASSOC
.endif
Home |
Main Index |
Thread Index |
Old Index