summaryrefslogtreecommitdiff
path: root/lang/ezm3
diff options
context:
space:
mode:
authorjoerg <joerg>2006-04-20 16:21:01 +0000
committerjoerg <joerg>2006-04-20 16:21:01 +0000
commitac1f96fd0b50bf9ceb4bd0673876a7b4e20ea516 (patch)
treef4c6e987f89717c07394612c97dbfc50d78c50e0 /lang/ezm3
parent7d9b7992eeccd39f4fa6c28247ad1b393a6003ce (diff)
downloadpkgsrc-ac1f96fd0b50bf9ceb4bd0673876a7b4e20ea516.tar.gz
Don't try to build on DragonFly anymore, until a newer bootstrap
is available.
Diffstat (limited to 'lang/ezm3')
-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