summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 03:50:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 03:50:21 +0000
commit8e705146bebfc1561e58fc91ac4573fdd21399b9 (patch)
tree537fd65aa44acb71c5e5f03950a7573c0c0f2bb6
parentadd missing gdkpixbuf dependency (diff)
BROKEN on alpha 5.x: configure fails
Notes
Notes: svn path=/head/; revision=101801
-rw-r--r--math/algae/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" && ${OSVERSION} > 502102
+BROKEN= "Configure fails"
+.endif
+
+.include <bsd.port.post.mk>