summaryrefslogtreecommitdiff
path: root/net/kismet
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-12-28 12:43:47 +0000
committerwiz <wiz@pkgsrc.org>2019-12-28 12:43:47 +0000
commit9de592e7b4a7abf0a60680c54ef7d133ac31bd48 (patch)
tree13db40d13890eb643a36b7add6d02d781d7a45e2 /net/kismet
parent7415ae6d5cc3f9969367ca3fe9d64462f5dfc4b9 (diff)
downloadpkgsrc-9de592e7b4a7abf0a60680c54ef7d133ac31bd48.tar.gz
kismet: update to 2008.05.01nb49.
Disable gps option by default. The configure script does not recognize pkgsrc's version of ImageMagick, which breaks the option.
Diffstat (limited to 'net/kismet')
-rw-r--r--net/kismet/Makefile4
-rw-r--r--net/kismet/options.mk6
2 files changed, 5 insertions, 5 deletions
diff --git a/net/kismet/Makefile b/net/kismet/Makefile
index d2b837831ee..b096ce7830a 100644
--- a/net/kismet/Makefile
+++ b/net/kismet/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2019/11/03 11:45:38 rillig Exp $
+# $NetBSD: Makefile,v 1.64 2019/12/28 12:43:47 wiz Exp $
DISTNAME= kismet-2008-05-R1
PKGNAME= kismet-2008.05.01
-PKGREVISION= 48
+PKGREVISION= 49
CATEGORIES= net
MASTER_SITES= https://www.kismetwireless.net/code/
diff --git a/net/kismet/options.mk b/net/kismet/options.mk
index 6311a19957d..2984e495aa0 100644
--- a/net/kismet/options.mk
+++ b/net/kismet/options.mk
@@ -1,13 +1,13 @@
-# $NetBSD: options.mk,v 1.3 2017/02/17 17:10:05 joerg Exp $
-#
+# $NetBSD: options.mk,v 1.4 2019/12/28 12:43:47 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.kismet
PKG_SUPPORTED_OPTIONS= gps
-PKG_SUGGESTED_OPTIONS= gps
+PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgps)
+BROKEN= "configure does not recognize ImageMagick"
PLIST_SRC+= PLIST.gps
DEPENDS+= wget>=1.9.1:../../net/wget
.include "../../devel/gmp/buildlink3.mk"