From 0e802137f98f6e90fdd02cd79ca57e8b06977629 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 18 Sep 2004 18:42:57 +0000 Subject: BROKEN on 5.x: Broken by changes to make(1) Approved by: portmgr (self) --- devel/libcoro/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/libcoro/Makefile b/devel/libcoro/Makefile index ef2eb4266a7b..9b65a890a158 100644 --- a/devel/libcoro/Makefile +++ b/devel/libcoro/Makefile @@ -22,7 +22,13 @@ CONFIGURE_ARGS= --arch arch/x86-freebsd MAN2= coro.2 +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Broken by changes to make(1) on FreeBSD >= 5.x" +.endif + post-extract: ${CP} -r ${WRKSRC}/arch/x86-linux ${WRKSRC}/arch/x86-freebsd -.include +.include -- cgit