BROKEN on !i386: Does not compile.

Correct tab spacing
This commit is contained in:
Kris Kennaway 2004-02-23 05:03:28 +00:00
parent fd241a2593
commit 26b2569fd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101816

View file

@ -7,17 +7,23 @@
PORTNAME= a2dev
PORTVERSION= 1.2
PORTREVISION= 1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= archie
EXTRACT_SUFX= .tgz
MAINTAINER= archie@FreeBSD.org
COMMENT= Apple II 6502 assembler, linker, loader, and object file viewer
COMMENT= Apple II 6502 assembler, linker, loader, and object file viewer
USE_GMAKE= defined
PATCH_STRIP= -p1
MAN1= a2asm.1 a2link.1 a2load.1 a2objx.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
.include <bsd.port.post.mk>