aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2009-03-30 16:17:28 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2009-03-30 16:17:28 +0000
commiteb642d570cd133d785b3f849b08881e501c355be (patch)
tree53c56d81c6ac017bb9d62c1e0a9ccad597a87f00 /net-mgmt/arpwatch
parentfaacc273b0d262346a3823e99b1ddba44f995ba5 (diff)
downloadports-eb642d570cd133d785b3f849b08881e501c355be.tar.gz
ports-eb642d570cd133d785b3f849b08881e501c355be.zip
- Set MAKE_JOBS_SAFE
Notes
Notes: svn path=/head/; revision=231311
Diffstat (limited to 'net-mgmt/arpwatch')
-rw-r--r--net-mgmt/arpwatch/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile
index b6d517513563..16922c182a47 100644
--- a/net-mgmt/arpwatch/Makefile
+++ b/net-mgmt/arpwatch/Makefile
@@ -17,6 +17,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.([^\.]*)$/\1/}
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Monitor arp & rarp requests
+MAKE_JOBS_SAFE= yes
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --quiet
MAKE_ENV+= BINOWN="${BINOWN}" BINGRP="${BINGRP}"