diff options
author | Steve Price <steve@FreeBSD.org> | 2001-04-15 04:07:50 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-04-15 04:07:50 +0000 |
commit | 0468728c7008022f17919a319dc465188dac61f2 (patch) | |
tree | 5dec237553c1a5fbcedf04983d666046ad97c532 /sysutils/cpuburn/Makefile | |
parent | Urk, instead of FORBIDDEN use ONLY_FOR_ARCHS as that is why we have it. (diff) |
Mark this port as being only i386.
PR: 26588
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r-- | sysutils/cpuburn/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/cpuburn/Makefile b/sysutils/cpuburn/Makefile index 2ce0d625930c..5ff9271f1c9e 100644 --- a/sysutils/cpuburn/Makefile +++ b/sysutils/cpuburn/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= _tar.gz MAINTAINER= mark@kyne.com.au WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +ONLY_FOR_ARCHS= i386 + do-build: @(cd ${BUILD_WRKSRC}; \ for CPU in BX K6 MMX P5 P6; do \ |