svn commit: r379344 - head/net/scapy

Mathieu Arnold mat at FreeBSD.org
Thu Feb 19 14:41:47 UTC 2015


Author: mat
Date: Thu Feb 19 14:41:46 2015
New Revision: 379344
URL: https://svnweb.freebsd.org/changeset/ports/379344
QAT: https://qat.redports.org/buildarchive/r379344/

Log:
  Depend on the correct file, so that the dependency *is* registered.
  
  Sponsored by:	Absolight

Modified:
  head/net/scapy/Makefile

Modified: head/net/scapy/Makefile
==============================================================================
--- head/net/scapy/Makefile	Thu Feb 19 13:23:06 2015	(r379343)
+++ head/net/scapy/Makefile	Thu Feb 19 14:41:46 2015	(r379344)
@@ -32,7 +32,7 @@ PYCRYPTO_RUN_DEPENDS=	${PYTHON_SITELIBDI
 PYGNUPLOT_RUN_DEPENDS=	${PYTHON_SITELIBDIR}/Gnuplot/__init__.py:${PORTSDIR}/math/py-gnuplot
 GRAPH_RUN_DEPENDS=	${LOCALBASE}/bin/MagickCore-config:${PORTSDIR}/graphics/ImageMagick \
 			${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz
-P0F_BASE_RUN_DEPENDS=	${LOCALBASE}/etc/p0f/p0f.fp:${PORTSDIR}/net-mgmt/p0f
+P0F_BASE_RUN_DEPENDS=	${LOCALBASE}/etc/p0f.fp:${PORTSDIR}/net-mgmt/p0f
 QUESO_BASE_RUN_DEPENDS=	${LOCALBASE}/etc/queso.conf.sample:${PORTSDIR}/net/queso
 NMAP_RUN_DEPENDS=	${LOCALBASE}/share/nmap/nmap-os-db:${PORTSDIR}/security/nmap
 MANUF_RUN_DEPENDS=	${LOCALBASE}/share/wireshark/manuf:${PORTSDIR}/net/wireshark


More information about the svn-ports-all mailing list