Date: Sat, 20 Apr 2019 16:25:42 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499458 - head/sysutils/memtest86+ Message-ID: <201904201625.x3KGPgn2062187@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Apr 20 16:25:42 2019 New Revision: 499458 URL: https://svnweb.freebsd.org/changeset/ports/499458 Log: sysutils/memtest86+: Remove gcc run dependency The port provides bootable images only and does not install any userspace binaries or libraries. Modified: head/sysutils/memtest86+/Makefile Modified: head/sysutils/memtest86+/Makefile ============================================================================== --- head/sysutils/memtest86+/Makefile Sat Apr 20 16:04:48 2019 (r499457) +++ head/sysutils/memtest86+/Makefile Sat Apr 20 16:25:42 2019 (r499458) @@ -3,7 +3,7 @@ PORTNAME= memtest86+ PORTVERSION= 5.01 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.memtest.org/download/${PORTVERSION}/ @@ -76,3 +76,4 @@ do-install: .endif .include <bsd.port.mk> +RUN_DEPENDS:= ${RUN_DEPENDS:Ngcc*}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904201625.x3KGPgn2062187>