diff options
author | bapt <bapt@FreeBSD.org> | 2016-08-01 00:59:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-08-01 00:59:05 +0800 |
commit | a8ca7c882c4b364abff33208ec9ba88e1c6489e8 (patch) | |
tree | b1ba63a73597725fd6692dc0b39a020f475e4a07 /sysutils | |
parent | 8aed453112c1e51e1fe3738138b0c5ca4fcd8a76 (diff) | |
download | freebsd-ports-gnome-a8ca7c882c4b364abff33208ec9ba88e1c6489e8.tar.gz freebsd-ports-gnome-a8ca7c882c4b364abff33208ec9ba88e1c6489e8.tar.zst freebsd-ports-gnome-a8ca7c882c4b364abff33208ec9ba88e1c6489e8.zip |
Remove dependency on gcc given that it builds fine with clang
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cpuburn/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/cpuburn/Makefile b/sysutils/cpuburn/Makefile index ce2760c661d2..b7e76b7fb74c 100644 --- a/sysutils/cpuburn/Makefile +++ b/sysutils/cpuburn/Makefile @@ -3,7 +3,7 @@ PORTNAME= cpuburn DISTVERSION= 1_4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ \ http://atarininja.org/distfiles/ \ @@ -20,7 +20,6 @@ ONLY_FOR_ARCHS= i386 amd64 PORTDOCS= README Design CPUS= BX K6 K7 MMX P5 P6 PLIST_FILES= ${CPUS:S+^+bin/burn+} -USE_GCC= yes OPTIONS_DEFINE= DOCS |