diff options
Diffstat (limited to 'math/PDL/Makefile')
-rw-r--r-- | math/PDL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 48c1678ca98e..66499691ab2e 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -52,7 +52,7 @@ pre-extract: .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" +.if ${MACHINE_ARCH} == "alpha" BROKEN= test script t/flexraw.t fails all 26 tests .endif |