svn commit: r357821 - head/net/scapy

Martin Wilke miwi at FreeBSD.org
Sun Jun 15 03:16:17 UTC 2014


Author: miwi
Date: Sun Jun 15 03:16:16 2014
New Revision: 357821
URL: http://svnweb.freebsd.org/changeset/ports/357821
QAT: https://qat.redports.org/buildarchive/r357821/

Log:
  - Fix typo
  
  PR:		191026

Modified:
  head/net/scapy/Makefile

Modified: head/net/scapy/Makefile
==============================================================================
--- head/net/scapy/Makefile	Sun Jun 15 03:06:08 2014	(r357820)
+++ head/net/scapy/Makefile	Sun Jun 15 03:16:16 2014	(r357821)
@@ -17,7 +17,7 @@ USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
-OPTIONS_DEFINE=	PYX PYCRYPTO PYGNUPLOT GRAPH P0F_BASE QUESO_BASE MMAP MANUF
+OPTIONS_DEFINE=	PYX PYCRYPTO PYGNUPLOT GRAPH P0F_BASE QUESO_BASE NMAP MANUF
 PYX_DESC=	PostScript and PDF graphs drawing
 PYCRYPTO_DESC=	Use py-crypto for WEP decoding
 PYGNUPLOT_DESC=	Use py-gnuplot wrapper to plot graphs


More information about the svn-ports-head mailing list