diff options
Diffstat (limited to 'lang/scheme48')
-rw-r--r-- | lang/scheme48/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile index 9cfcaa05ccf..e2e2987dee4 100644 --- a/lang/scheme48/Makefile +++ b/lang/scheme48/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The Scheme Underground's implementation of R4RS .if ${MACHINE_ARCH} != i386 -BROKEN= "fails to install on ${ARCH}" +BROKEN= "fails to install on ${MACHINE_ARCH}" .endif GNU_CONFIGURE= yes |