diff options
author | joerg <joerg@pkgsrc.org> | 2013-03-28 21:35:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-03-28 21:35:17 +0000 |
commit | 1a1b796f52b76bcdac3813eb9acc32fde4f6fdaf (patch) | |
tree | 16caedfb0a90623e91d19d9a662696e0f84cb8ca /net/kismet | |
parent | 905d66b98265b4c697de38074bd2bd088732a610 (diff) | |
download | pkgsrc-1a1b796f52b76bcdac3813eb9acc32fde4f6fdaf.tar.gz |
Needs pkg-config.
Diffstat (limited to 'net/kismet')
-rw-r--r-- | net/kismet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kismet/Makefile b/net/kismet/Makefile index 373b724cb03..caebbe9ed48 100644 --- a/net/kismet/Makefile +++ b/net/kismet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2013/02/16 11:23:53 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2013/03/28 21:35:17 joerg Exp $ DISTNAME= kismet-2008-05-R1 PKGNAME= kismet-2008.05.01 @@ -12,7 +12,7 @@ COMMENT= 802.11 wireless network detector, sniffer and IDS USE_LANGUAGES= c c++ USE_NCURSES= yes # needs libpanel -USE_TOOLS+= gmake perl:run +USE_TOOLS+= gmake perl:run pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |