Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2015 14:41:47 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379344 - head/net/scapy
Message-ID:  <201502191441.t1JEflnL008356@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502191441.t1JEflnL008356>