summaryrefslogtreecommitdiff
path: root/sysutils/memtest86+/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-04-20 16:25:42 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-04-20 16:25:42 +0000
commit4ea892a509b3d25625cae98f5fdb876503b1fcef (patch)
tree03aa25510ac5936e047162a933a994aabb064b91 /sysutils/memtest86+/Makefile
parentaudio/padthv1-lv2: Update 0_9_6 -> 0_9_7 (diff)
sysutils/memtest86+: Remove gcc run dependency
The port provides bootable images only and does not install any userspace binaries or libraries.
Diffstat (limited to 'sysutils/memtest86+/Makefile')
-rw-r--r--sysutils/memtest86+/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/memtest86+/Makefile b/sysutils/memtest86+/Makefile
index b5f4f66052e4..4c60e8514cf9 100644
--- a/sysutils/memtest86+/Makefile
+++ b/sysutils/memtest86+/Makefile
@@ -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*}