svn commit: r449870 - head/net-mgmt/nstat

Steve Wills swills at FreeBSD.org
Fri Sep 15 00:19:33 UTC 2017


Author: swills
Date: Fri Sep 15 00:19:32 2017
New Revision: 449870
URL: https://svnweb.freebsd.org/changeset/ports/449870

Log:
  net-mgmt/nstat: Add missed RUN_DEPENDS on intel-pcm

Modified:
  head/net-mgmt/nstat/Makefile

Modified: head/net-mgmt/nstat/Makefile
==============================================================================
--- head/net-mgmt/nstat/Makefile	Thu Sep 14 23:49:31 2017	(r449869)
+++ head/net-mgmt/nstat/Makefile	Fri Sep 15 00:19:32 2017	(r449870)
@@ -2,12 +2,15 @@
 
 PORTNAME=	nstat
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	# empty
 DISTFILES=	# empty
 
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Replacement for bw/netstat/vmstat/pcm-memory.x
+
+RUN_DEPENDS=	pcm.x:sysutils/intel-pcm
 
 NO_FETCH=	yes
 


More information about the svn-ports-all mailing list