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

Steve Wills swills at FreeBSD.org
Thu Jan 21 23:54:28 UTC 2021


Author: swills
Date: Thu Jan 21 23:54:27 2021
New Revision: 562261
URL: https://svnweb.freebsd.org/changeset/ports/562261

Log:
  net-mgmt/nstat: allow build on non-x86
  
  Submitted by:	olivier (email)

Modified:
  head/net-mgmt/nstat/Makefile   (contents, props changed)

Modified: head/net-mgmt/nstat/Makefile
==============================================================================
--- head/net-mgmt/nstat/Makefile	Thu Jan 21 23:46:17 2021	(r562260)
+++ head/net-mgmt/nstat/Makefile	Thu Jan 21 23:54:27 2021	(r562261)
@@ -11,7 +11,9 @@ COMMENT=	Replacement for bw/netstat/vmstat/pcm-memory.
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	pcm.x:sysutils/intel-pcm
+RUN_DEPENDS=	${RUN_DEPENDS_${ARCH}}
+RUN_DEPENDS_i386=	pcm.x:sysutils/intel-pcm
+RUN_DEPENDS_amd64=	pcm.x:sysutils/intel-pcm
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	gallatin


More information about the svn-ports-head mailing list