aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-08-01 00:59:05 +0800
committerbapt <bapt@FreeBSD.org>2016-08-01 00:59:05 +0800
commita8ca7c882c4b364abff33208ec9ba88e1c6489e8 (patch)
treeb1ba63a73597725fd6692dc0b39a020f475e4a07 /sysutils
parent8aed453112c1e51e1fe3738138b0c5ca4fcd8a76 (diff)
downloadfreebsd-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/Makefile3
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