diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 11:50:21 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 11:50:21 +0800 |
commit | 388baffd12fd4613d85f5c8c02350e1e2068fa29 (patch) | |
tree | a228a0661d538379521f2767179d30e14536382d | |
parent | 4549bf4fd3c3ff23c692430bc796ec2b086fa67d (diff) | |
download | freebsd-ports-gnome-388baffd12fd4613d85f5c8c02350e1e2068fa29.tar.gz freebsd-ports-gnome-388baffd12fd4613d85f5c8c02350e1e2068fa29.tar.zst freebsd-ports-gnome-388baffd12fd4613d85f5c8c02350e1e2068fa29.zip |
BROKEN on alpha 5.x: configure fails
-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> |