From 8e705146bebfc1561e58fc91ac4573fdd21399b9 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 23 Feb 2004 03:50:21 +0000 Subject: BROKEN on alpha 5.x: configure fails --- math/algae/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'math/algae/Makefile') diff --git a/math/algae/Makefile b/math/algae/Makefile index 6b1a79c53922..7b2d427a292d 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -21,4 +21,10 @@ PLIST_SUB= ALGAE_VERSION=${ALGAE_VERSION} MAN1= algae.1 -.include +.include + +.if ${ARCH} == "alpha" && ${OSVERSION} > 502102 +BROKEN= "Configure fails" +.endif + +.include -- cgit v1.2.3