aboutsummaryrefslogtreecommitdiff
path: root/emulators/dlx
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-03 13:31:16 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-03 13:31:16 +0000
commita03d2350c75527aa650de4d0504a037a5a8f1105 (patch)
tree29baf013eee7fc5dd013a7e39a5bdb0559e8287e /emulators/dlx
parent5cbaa7228e7b2e4cf2d542ebf7994f97572c3ee2 (diff)
downloadports-a03d2350c75527aa650de4d0504a037a5a8f1105.tar.gz
ports-a03d2350c75527aa650de4d0504a037a5a8f1105.zip
Notes
Diffstat (limited to 'emulators/dlx')
-rw-r--r--emulators/dlx/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/emulators/dlx/Makefile b/emulators/dlx/Makefile
index c7020a040d6f..afcf0ef0b361 100644
--- a/emulators/dlx/Makefile
+++ b/emulators/dlx/Makefile
@@ -16,8 +16,14 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Assembler for Hennessy and Patterson's DLX architecture
-.if ${MACHINE_ARCH} == alpha
-BROKEN= will not build on alpha
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != i386
+BROKEN= will not build on ${ARCH}
+.endif
+
+.if ${OSVERSION} > 500000
+BROKEN= does not build on -current
.endif
MAN1= dlxcc.1
@@ -40,4 +46,4 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/dlxsim/doc/* ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>