svn commit: r342845 - head/lang/ezm3

John Marino marino at FreeBSD.org
Wed Feb 5 20:43:42 UTC 2014


Author: marino
Date: Wed Feb  5 20:43:42 2014
New Revision: 342845
URL: http://svnweb.freebsd.org/changeset/ports/342845
QAT: https://qat.redports.org/buildarchive/r342845/

Log:
  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.

Modified:
  head/lang/ezm3/Makefile

Modified: head/lang/ezm3/Makefile
==============================================================================
--- head/lang/ezm3/Makefile	Wed Feb  5 20:38:55 2014	(r342844)
+++ head/lang/ezm3/Makefile	Wed Feb  5 20:43:42 2014	(r342845)
@@ -16,11 +16,15 @@ COMMENT=	Easier, more portable Modula-3 
 
 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


More information about the svn-ports-all mailing list