diff options
-rw-r--r-- | net/kismet/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/kismet/Makefile b/net/kismet/Makefile index 5715b16ea4c..0a843d2325a 100644 --- a/net/kismet/Makefile +++ b/net/kismet/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2006/08/04 12:02:27 skrll Exp $ +# $NetBSD: Makefile,v 1.3 2006/09/01 20:58:48 rillig Exp $ DISTNAME= kismet-2006-04-R1 PKGNAME= kismet-2006.04.01 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.kismetwireless.net/code/ @@ -12,7 +13,8 @@ COMMENT= 802.11 wireless network detector, sniffer and IDS GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_NCURSES= # needs libpanel -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl:run +REPLACE_PERL+= scripts/gpsmap-helper-earthamaps # might be appended to in options.mk PLIST_SRC= PLIST |