summaryrefslogtreecommitdiff
path: root/devel/a2dev
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 05:03:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 05:03:28 +0000
commit26b2569fd8181e6bdb77eadb765dd6e0a38bebc7 (patch)
tree9f0abaf57d080614c8bfe44168a408bfc6fcd4a5 /devel/a2dev
parentBROKEN on !i386: Does not compile (diff)
BROKEN on !i386: Does not compile.
Correct tab spacing
Notes
Notes: svn path=/head/; revision=101816
Diffstat (limited to 'devel/a2dev')
-rw-r--r--devel/a2dev/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/devel/a2dev/Makefile b/devel/a2dev/Makefile
index 4aacf39e2af7..3950847f6f99 100644
--- a/devel/a2dev/Makefile
+++ b/devel/a2dev/Makefile
@@ -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>