summaryrefslogtreecommitdiff
path: root/math/PDL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/PDL/Makefile')
-rw-r--r--math/PDL/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index 9001ffaab336..c265d997a371 100644
--- a/math/PDL/Makefile
+++ b/math/PDL/Makefile
@@ -3,7 +3,7 @@
# Date created: 08 February 1999
# Whom: Anton Berezin <tobez@plab.ku.dk>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/04/03 02:13:53 steve Exp $
#
DISTNAME= PDL-2.0
@@ -23,6 +23,10 @@ SCRIPTS_ENV= PERL=${PERL}
.include <bsd.port.pre.mk>
+.if ${MACHINE_ARCH} == "alpha"
+BROKEN= test script t/flexraw.t fails all 26 tests
+.endif
+
MAN1= PDL::Philosophy.1 PDL::Internals.1 PDL::PP.1 PDL::Tips.1 \
PDL::Dataflow.1 PDL::Indexing.1 PDL::FAQ.1 PDL::Delta.1 \
PDL::Objects.1 PDL::Impatient.1 pdl.1 pod2usage.1 podselect.1 \