svn commit: r537093 - head/lang/myrddin

Tobias Kortkamp tobik at FreeBSD.org
Sat May 30 16:19:21 UTC 2020


Author: tobik
Date: Sat May 30 16:19:20 2020
New Revision: 537093
URL: https://svnweb.freebsd.org/changeset/ports/537093

Log:
  lang/myrddin: Unbreak runtime without /usr/bin/as and pet portlint&portclippy after r537091

Modified:
  head/lang/myrddin/Makefile

Modified: head/lang/myrddin/Makefile
==============================================================================
--- head/lang/myrddin/Makefile	Sat May 30 16:06:19 2020	(r537092)
+++ head/lang/myrddin/Makefile	Sat May 30 16:19:20 2020	(r537093)
@@ -2,6 +2,7 @@
 
 PORTNAME=	myrddin
 PORTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	http://myrlang.org/releases/
 
@@ -11,9 +12,10 @@ COMMENT=	Myrddin Compiler
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	as:devel/binutils
-
 ONLY_FOR_ARCHS=	amd64
+
+BUILD_DEPENDS=	as:devel/binutils
+RUN_DEPENDS=	as:devel/binutils
 
 USES=	gmake
 


More information about the svn-ports-head mailing list