summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-03-27 21:25:43 +0000
committerkristerw <kristerw@pkgsrc.org>2005-03-27 21:25:43 +0000
commitbe6850de9a7f83d8f2a7eeadbe6a7f4545a2f02f (patch)
treea03bbec3a108c2014ff7d0c48b77676352fb86f7 /emulators
parentb8c0fc16c9f5dc1bb00eeaf72cc04f80cd67948d (diff)
downloadpkgsrc-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.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/BasiliskII/Makefile4
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