svn commit: r557143 - head/devel/xa65

Mikael Urankar mikael at FreeBSD.org
Sun Dec 6 15:55:23 UTC 2020


Author: mikael
Date: Sun Dec  6 15:55:22 2020
New Revision: 557143
URL: https://svnweb.freebsd.org/changeset/ports/557143

Log:
  devel/xa65: Remove gmake dependency
  
  Remove gmake dependency, it builds fine without it.
  
  PR:		251287
  Submitted by:	daniel.engberg.lists at pyret.net
  Approved by:	wen (maintainer timeout)

Modified:
  head/devel/xa65/Makefile

Modified: head/devel/xa65/Makefile
==============================================================================
--- head/devel/xa65/Makefile	Sun Dec  6 15:50:39 2020	(r557142)
+++ head/devel/xa65/Makefile	Sun Dec  6 15:55:22 2020	(r557143)
@@ -12,7 +12,6 @@ COMMENT=	Two-pass cross-assembler for MOS 6502 and com
 
 LICENSE=	GPLv2+
 
-USES=		gmake
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}"
 
 OPTIONS_DEFINE=	DOCS EXAMPLES


More information about the svn-ports-all mailing list