From 8bb453f921dba64adaefd66f52df9a954127a8c6 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 18 Sep 2004 18:42:57 +0000 Subject: [PATCH] BROKEN on 5.x: Broken by changes to make(1) Approved by: portmgr (self) --- cad/leocad/Makefile | 8 +++++++- devel/libcoro/Makefile | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/cad/leocad/Makefile b/cad/leocad/Makefile index 7414fa23c528..d8e3c7bbc349 100644 --- a/cad/leocad/Makefile +++ b/cad/leocad/Makefile @@ -29,6 +29,12 @@ USE_REINPLACE= yes MAKE_ENV+= CXX=${CXX} +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Broken by changes to make(1) on FreeBSD >= 5.x" +.endif + post-extract: @unzip -q -o ${DISTDIR}/leocad-pieces-20030330.zip -d ${WRKDIR}/pieces @@ -44,4 +50,4 @@ do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKDIR}/pieces/* ${DATADIR} -.include +.include 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