From 81aad404bb3501e152cb6da22879db405ee5d0d3 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 19 Sep 2004 01:34:35 +0000 Subject: BROKEN on 5.x: Broken by make(1) changes Approved by: portmgr (self) --- benchmarks/nttcp/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'benchmarks/nttcp/Makefile') diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile index 70717b1d6a8..910f19f728e 100644 --- a/benchmarks/nttcp/Makefile +++ b/benchmarks/nttcp/Makefile @@ -22,9 +22,15 @@ PLIST_FILES= bin/nttcp USE_GMAKE= yes MAKE_ENV+= OPT="${CFLAGS}" +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Broken by make(1) changes on FreeBSD >= 5.x" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${PREFIX}/man/man1/ -.include +.include -- cgit