summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-04-20 16:21:01 +0000
committerjoerg <joerg@pkgsrc.org>2006-04-20 16:21:01 +0000
commitf3aa5618c761ff177c00ddeaa8f50f2c440a1388 (patch)
treef4c6e987f89717c07394612c97dbfc50d78c50e0
parent9fdacc6bc745161ddc34b3bb89aaf20db4d46ea4 (diff)
downloadpkgsrc-f3aa5618c761ff177c00ddeaa8f50f2c440a1388.tar.gz
Don't try to build on DragonFly anymore, until a newer bootstrap
is available.
-rw-r--r--lang/ezm3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile
index 44349e6005d..52405cab3cb 100644
--- a/lang/ezm3/Makefile
+++ b/lang/ezm3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/02/05 23:09:44 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2006/04/20 16:21:01 joerg Exp $
DISTNAME= ezm3-1.2
PKGREVISION= 1
@@ -26,7 +26,8 @@ BUILDLINK_PASSTHRU_DIRS+= ${EZM3ROOT}
# XXX: This may well work for some others.
ONLY_FOR_PLATFORM= FreeBSD-*-i386 NetBSD-*-i386 OpenBSD-*-i386 \
- Linux-*-i386 DragonFly-*-i386
+ Linux-*-i386
+# DragonFly-*-i386 needs new bootstrap
.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
BOOTSTRAP= ${DISTNAME}-FreeBSD4-boot.tar.bz2