diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-21 05:42:41 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-21 05:42:41 +0000 |
commit | ac333d5fca31adacbeb05657e7b2ae151651f30c (patch) | |
tree | 510faf6592b58c5528c2b8ab74eb0c5337a7efa8 /lang | |
parent | 37f3126279c26b3d7eead2182786b2720af03872 (diff) | |
download | ports-ac333d5fca31adacbeb05657e7b2ae151651f30c.tar.gz ports-ac333d5fca31adacbeb05657e7b2ae151651f30c.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/guile/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index cbe8667dae63..7600db58d537 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -34,6 +34,7 @@ INFO= goops guile-tut guile r5rs .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" +BROKEN= "Does not install on ${ARCH}" EXTRA_PATCHES= ${FILESDIR}/extra-patch-ia64 .endif |