BROKEN on !i386: Does not compile.
Correct tab spacing
This commit is contained in:
parent
fd241a2593
commit
26b2569fd8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101816
1 changed files with 10 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue