Index: head/sysutils/diskmark/Makefile =================================================================== --- head/sysutils/diskmark/Makefile (revision 108876) +++ head/sysutils/diskmark/Makefile (revision 108877) @@ -1,23 +1,28 @@ # Ports collection makefile for: diskmark # Date created: Friday, May 7, 2004 # Whom: Brooks Davis # # $FreeBSD$ # PORTNAME= diskmark PORTVERSION= 0.9 CATEGORIES= sysutils 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 MAN8= diskmark.8 MANCOMPRESSED= yes .include Property changes on: head/sysutils/diskmark/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property