diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-31 16:59:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-31 16:59:05 +0000 |
commit | 7d03a9dc860289b8ec86b5d0bee0fe21a23ebfd3 (patch) | |
tree | b1ba63a73597725fd6692dc0b39a020f475e4a07 /sysutils | |
parent | 8cc5d2dda9d6e04bad670677bb93b2f5ae2fd934 (diff) | |
download | ports-7d03a9dc860289b8ec86b5d0bee0fe21a23ebfd3.tar.gz ports-7d03a9dc860289b8ec86b5d0bee0fe21a23ebfd3.zip |
Notes
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 |