diff options
Diffstat (limited to 'lang/guile/Makefile')
-rw-r--r-- | lang/guile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 0a370c529b50..edde4d71b8a0 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -33,7 +33,7 @@ INFO= goops guile-tut guile r5rs .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" -BROKEN= "Does not install on ${ARCH}" +BROKEN= Does not install on ${ARCH} EXTRA_PATCHES= ${FILESDIR}/extra-patch-ia64 .endif |