diff options
author | rillig <rillig> | 2006-09-01 20:58:48 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-09-01 20:58:48 +0000 |
commit | 47e61bf8da3a9ad233a4eab355e8e1f10df7c280 (patch) | |
tree | 82a6df27978a0fde3e7bf30201bae8e77ac2a64f /net | |
parent | 9f8fd20631880e8b2559569f9d8e1cbb801483a7 (diff) | |
download | pkgsrc-47e61bf8da3a9ad233a4eab355e8e1f10df7c280.tar.gz |
Fixed the path to the Perl interpreter. Bumped PKGREVISION.
Diffstat (limited to 'net')
-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 |