diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-20 10:47:44 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-20 10:47:44 +0000 |
commit | 03d4af3daf86817fb15a6dc0721ead6283762ace (patch) | |
tree | 36d6a35e4aa3c81b816db41525cca4f1bcee64ef /lang | |
parent | New port: golded+ (diff) |
On second thought, even though it works, it is better to be consistent.
Diffstat (limited to 'lang')
-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 9cfcaa05ccf7..e2e2987dee49 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 |