summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-25 01:44:22 +0000
committerwiz <wiz@pkgsrc.org>2022-01-25 01:44:22 +0000
commit62ab83fcf7d6d4669ef47e0bee31967626364dec (patch)
tree13d4bbd99d4d09e6e05bce7144dccc574232537a /net
parent6be23d91acec03ae626a453dd6679f3597f3a0a2 (diff)
downloadpkgsrc-62ab83fcf7d6d4669ef47e0bee31967626364dec.tar.gz
scapy: remove default-off gnuplot option
py-gnuplot does not build and will be removed next
Diffstat (limited to 'net')
-rw-r--r--net/scapy/options.mk12
1 files changed, 2 insertions, 10 deletions
diff --git a/net/scapy/options.mk b/net/scapy/options.mk
index 1b3418e7a73..ffe0b754108 100644
--- a/net/scapy/options.mk
+++ b/net/scapy/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.12 2019/11/04 05:48:26 gutteridge Exp $
+# $NetBSD: options.mk,v 1.13 2022/01/25 01:44:22 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.scapy
-PKG_SUPPORTED_OPTIONS= libpcap scapy-crypto gnuplot scapy-pyx
+PKG_SUPPORTED_OPTIONS= libpcap scapy-crypto scapy-pyx
PKG_SUGGESTED_OPTIONS= libpcap
.include "../../mk/bsd.options.mk"
@@ -24,14 +24,6 @@ DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
.endif
###
-### Add in gnuplot support for plotting
-###
-.if !empty(PKG_OPTIONS:Mgnuplot)
-DEPENDS+= ${PYPKGPREFIX}-gnuplot-[0-9]*:../../graphics/py-gnuplot
-PYTHON_VERSIONS_ACCEPTED= 27 # py-gnuplot
-.endif
-
-###
### Add in TeX support for psdump() and/or pdfdump()
###
.if !empty(PKG_OPTIONS:Mscapy-pyx)