diff options
-rw-r--r-- | net/dhcperf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dhcperf/Makefile b/net/dhcperf/Makefile index c6418f664727..2a968f7d4800 100644 --- a/net/dhcperf/Makefile +++ b/net/dhcperf/Makefile @@ -14,7 +14,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1-freebsd-5.4-i386 MAINTAINER= edwin@mavetju.org COMMENT= DHCPerf delivers accurate performance metrics of Dynamic Host Configuration Protocol service -ONLY_ARCHS= i386 +ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS_REASON= Rebuild of i386 package provided by Nominum. NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-1/ |