diff options
Diffstat (limited to 'net/scapy/options.mk')
-rw-r--r-- | net/scapy/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/scapy/options.mk b/net/scapy/options.mk index 26530616a8e..e12e54548c0 100644 --- a/net/scapy/options.mk +++ b/net/scapy/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2014/05/09 07:37:16 wiz Exp $ +# $NetBSD: options.mk,v 1.5 2015/12/05 21:25:55 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.scapy @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-amkCrypto-[0-9]*:../../security/py-amkCrypto ### .if !empty(PKG_OPTIONS:Mgnuplot) DEPENDS+= ${PYPKGPREFIX}-gnuplot-[0-9]*:../../graphics/py-gnuplot -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gnuplot +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gnuplot .endif ### |