diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 03:50:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 03:50:21 +0000 |
commit | 8e705146bebfc1561e58fc91ac4573fdd21399b9 (patch) | |
tree | 537fd65aa44acb71c5e5f03950a7573c0c0f2bb6 /math/algae/Makefile | |
parent | 0317ed5cee66663cf2026363b81f8163bc2db270 (diff) |
Notes
Diffstat (limited to 'math/algae/Makefile')
-rw-r--r-- | math/algae/Makefile | 8 |
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> |