diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-06-05 09:47:16 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-06-05 09:47:16 +0000 |
commit | 496b0120b797612b227776e440ec1b81d38859ce (patch) | |
tree | 2825b184e4c8dbd84bb43cdd54311d8889f66a54 /lang/ezm3/Makefile | |
parent | 15f6d2ab4e9ebf9b1c22a4e75bcbb289a74c29da (diff) | |
download | pkgsrc-496b0120b797612b227776e440ec1b81d38859ce.tar.gz |
Add DragonFly support; patch from Joerg Sonnenberger. Changes reviewed by
the maintainer.
While here, add missing checksums for Linux and FreeBSD bootstrap kits.
Diffstat (limited to 'lang/ezm3/Makefile')
-rw-r--r-- | lang/ezm3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile index 39fbed3eff7..220da22f1af 100644 --- a/lang/ezm3/Makefile +++ b/lang/ezm3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:09 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/05 09:47:16 jmmv Exp $ DISTNAME= ezm3-1.1 PKGREVISION= 1 @@ -25,9 +25,9 @@ EZM3ROOT= ${PREFIX}/ezm3 BUILDLINK_PASSTHRU_DIRS+= ${EZM3ROOT} # XXX: This may well work for some others. -ONLY_FOR_PLATFORM= FreeBSD-*-i386 NetBSD-*-i386 Linux-*-i386 +ONLY_FOR_PLATFORM= FreeBSD-*-i386 NetBSD-*-i386 Linux-*-i386 DragonFly-*-i386 -.if ${OPSYS} == "FreeBSD" +.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly" BOOTSTRAP= ${DISTNAME}-FreeBSD4-boot.tar.bz2 TARGET= FreeBSD4 TARGETDIR= freebsd-1 |