svn commit: r563869 - head/sysutils/memtest86+
Gerald Pfeifer
gerald at FreeBSD.org
Wed Feb 3 08:34:09 UTC 2021
Author: gerald
Date: Wed Feb 3 08:34:09 2021
New Revision: 563869
URL: https://svnweb.freebsd.org/changeset/ports/563869
Log:
Convert sysutils/memtest86+ to use the new "build" argument to USE_GCC,
replacing direct manipulation of RUN_DEPENDS by the more declarative and
simpler USE_GCC=4.8:build.
PR: 211154
Approved by: avg (maintainer)
Modified:
head/sysutils/memtest86+/Makefile
Modified: head/sysutils/memtest86+/Makefile
==============================================================================
--- head/sysutils/memtest86+/Makefile Wed Feb 3 06:20:55 2021 (r563868)
+++ head/sysutils/memtest86+/Makefile Wed Feb 3 08:34:09 2021 (r563869)
@@ -17,7 +17,7 @@ USES= gmake
ALL_TARGET= all
PORTDOCS= *
-USE_GCC= 4.8
+USE_GCC= 4.8:build
# Please provide absolute path below (cannot be root)
BOOT_DIR?= /boot/opt
@@ -75,4 +75,3 @@ do-install:
.endif
.include <bsd.port.mk>
-RUN_DEPENDS:= ${RUN_DEPENDS:Ngcc*}
More information about the svn-ports-head
mailing list