summaryrefslogtreecommitdiff
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
commit33499323d435c657001274bbb3332aba2d82a13b (patch)
tree3895c3984b8660357fd4672d041b726d7d843e68
parent9cf1d4c537af6e2131319aa3bf56147dba6a9860 (diff)
downloadpkgsrc-33499323d435c657001274bbb3332aba2d82a13b.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.
-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"