diff options
author | brooks <brooks@FreeBSD.org> | 2004-05-11 06:35:41 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2004-05-11 06:35:41 +0800 |
commit | 8ce4ed642891dc0b44a5579bf6ff2892953a9933 (patch) | |
tree | 9e0727691a0eeeefc972b63a2e7580d25bc6d682 /sysutils/diskmark | |
parent | 1604319734e6dfd58a1219b578fdc3f8ce12c5d2 (diff) | |
download | freebsd-ports-gnome-8ce4ed642891dc0b44a5579bf6ff2892953a9933.tar.gz freebsd-ports-gnome-8ce4ed642891dc0b44a5579bf6ff2892953a9933.tar.zst freebsd-ports-gnome-8ce4ed642891dc0b44a5579bf6ff2892953a9933.zip |
Mark ONLY_FOR_ARCHS i386 and amd64. Diskmark doesn't make much sense
on other platforms.
Submitted by: bento via kris
Approved by: krion (mentor)
Diffstat (limited to 'sysutils/diskmark')
-rw-r--r-- | sysutils/diskmark/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/diskmark/Makefile b/sysutils/diskmark/Makefile index 9ab9e492d62b..97d5baf0a840 100644 --- a/sysutils/diskmark/Makefile +++ b/sysutils/diskmark/Makefile @@ -13,6 +13,11 @@ MASTER_SITES= http://people.freebsd.org/~brooks/diskmark/ MAINTAINER= brooks@FreeBSD.org COMMENT= A program to mark disks using empty partition table entries +# Diskmark makes little sense on arches that don't boot from MBR +# partition tables and doesn't build on 64-bit platforms with strict +# alignment (partion entries are aligned on a 2-byte boundry). +ONLY_FOR_ARCHS= i386 amd64 + PLIST_FILES= sbin/diskmark USE_BZIP2= yes |