diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-12 22:30:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-12 22:30:45 +0000 |
commit | 48832255db6e981166b34a6b0a3a8f57036ddcef (patch) | |
tree | 48648b5dcc1bb83871ed641539450c38d142d915 /emulators/twin | |
parent | 30d564c688d6ec5609364b84c99e6eb07e495623 (diff) |
Notes
Diffstat (limited to 'emulators/twin')
-rw-r--r-- | emulators/twin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index 2329b62bd1fa..52645df7011e 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -17,6 +17,8 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Willows Toolkit for migrating and developing Windows applications +BROKEN= Coredump during build + ONLY_FOR_ARCHS= i386 alpha powerpc WRKSRC= ${WRKDIR}/${PORTNAME} |