diff options
author | marino <marino@FreeBSD.org> | 2014-02-06 04:43:42 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-02-06 04:43:42 +0800 |
commit | 3b6f975cd51055f58e1ae4d86ad21a09229ded4c (patch) | |
tree | 5890573d00f49cab02f2ec5c28ffd1bb479dac46 /lang | |
parent | a4bfc0bda3f0a2f2d0a2d4a3bd5cc213f4e8b1b5 (diff) | |
download | freebsd-ports-gnome-3b6f975cd51055f58e1ae4d86ad21a09229ded4c.tar.gz freebsd-ports-gnome-3b6f975cd51055f58e1ae4d86ad21a09229ded4c.tar.zst freebsd-ports-gnome-3b6f975cd51055f58e1ae4d86ad21a09229ded4c.zip |
lang/ezm3: Set IGNORE for DragonFly as no bootstrap exists
It's also not needed as lang/modula-3 provides a better cvsup than
the one that uses ezm3 to build.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ezm3/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile index 473ca1aede31..3ff3e9861a37 100644 --- a/lang/ezm3/Makefile +++ b/lang/ezm3/Makefile @@ -16,11 +16,15 @@ COMMENT= Easier, more portable Modula-3 distribution for building CVSup NO_STAGE= yes +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes .include <bsd.port.pre.mk> +.if ${OPSYS} == DragonFly +IGNORE= no bootstrap exists; use lang/modula-3 instead +.endif + .if ${ARCH} == "amd64" DISTFILES+= ezm3-${PORTVERSION}-${TARGET}-boot.tar.bz2:amdb \ ezm3-amd64-patchset-2.tar.bz2:amdp |