diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-03-27 21:25:43 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-03-27 21:25:43 +0000 |
commit | be6850de9a7f83d8f2a7eeadbe6a7f4545a2f02f (patch) | |
tree | a03bbec3a108c2014ff7d0c48b77676352fb86f7 | |
parent | b8c0fc16c9f5dc1bb00eeaf72cc04f80cd67948d (diff) | |
download | pkgsrc-be6850de9a7f83d8f2a7eeadbe6a7f4545a2f02f.tar.gz |
One of the configure tests goes into an infinite loop when trying to
build on Darwin. Mark package as not for Darwin for now.
-rw-r--r-- | emulators/BasiliskII/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/BasiliskII/Makefile b/emulators/BasiliskII/Makefile index 14de8e95a2c..513ce6d3947 100644 --- a/emulators/BasiliskII/Makefile +++ b/emulators/BasiliskII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/11/29 01:03:03 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/03/27 21:25:43 kristerw Exp $ DISTNAME= BasiliskII_src_14032003 PKGNAME= BasiliskII-1.0.20030314 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://gwenole.beauchesne.online.fr/basilisk2/ COMMENT= Open Source 68k Macintosh emulator +NOT_FOR_PLATFORM+= Darwin-*-* + WRKSRC= ${WRKDIR}/BasiliskII-1.0/src/Unix USE_BUILDLINK3= yes GNU_CONFIGURE= yes |