summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-02-05 20:43:42 +0000
committerJohn Marino <marino@FreeBSD.org>2014-02-05 20:43:42 +0000
commit502489ec5067cf2539730aec67d5aecc45486e43 (patch)
tree5890573d00f49cab02f2ec5c28ffd1bb479dac46 /lang
parentlang/gnustep-guile: Add dragonfly support to configure script (diff)
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.
Notes
Notes: svn path=/head/; revision=342845
Diffstat (limited to 'lang')
-rw-r--r--lang/ezm3/Makefile6
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