diff options
author | mezz <mezz@FreeBSD.org> | 2005-07-21 05:42:41 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-07-21 05:42:41 +0000 |
commit | e8aab0fa5b9f0bd1ba9b195e8398dadd9889a2ef (patch) | |
tree | 2f85fb40660ffda14a5c638029e4bb707e475b23 | |
parent | a86bdb1ad7ec738a353558ed0667d8394e3752ed (diff) | |
download | FreeBSD-ports-e8aab0fa5b9f0bd1ba9b195e8398dadd9889a2ef.zip FreeBSD-ports-e8aab0fa5b9f0bd1ba9b195e8398dadd9889a2ef.tar.gz |
BROKEN on ia64: Does not install
Discussed with: marcus in #freebsd-gnome (freenode)
-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 cbe8667..7600db5 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 |