diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 18:42:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 18:42:57 +0000 |
commit | 8bb453f921dba64adaefd66f52df9a954127a8c6 (patch) | |
tree | 7fbe4ee3589fb449fda564c0947f0f816bfc1301 /devel/libcoro/Makefile | |
parent | 527f7993e76ad67446078f19e7bcf30471cfa51e (diff) | |
download | ports-8bb453f921dba64adaefd66f52df9a954127a8c6.tar.gz ports-8bb453f921dba64adaefd66f52df9a954127a8c6.zip |
Notes
Diffstat (limited to 'devel/libcoro/Makefile')
-rw-r--r-- | devel/libcoro/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |