From 7a6f05bb7a8bb1b61be9d31f94f2221a0c91e600 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 18 Sep 2004 18:47:46 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- math/kaskade/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'math/kaskade') diff --git a/math/kaskade/Makefile b/math/kaskade/Makefile index 63a33c604731..027f73d23590 100644 --- a/math/kaskade/Makefile +++ b/math/kaskade/Makefile @@ -20,6 +20,12 @@ GNU_CONFIGURE= yes DIST_SUBDIR= kaskade WRKSRC= ${WRKDIR}/3.2.1 +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: ${CP} ${FILESDIR}/Makefile ${WRKSRC} ${CP} ${FILESDIR}/configure ${WRKSRC} @@ -34,4 +40,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/data/*.mat ${EXAMPLESDIR} .endif -.include +.include -- cgit v1.2.3