--- dlx/Makefile.dist Sat May 10 09:49:04 2003 +++ dlx/Makefile Sat Sep 27 05:03:31 2003 @@ -16,8 +16,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Assembler for Hennessy and Patterson's DLX architecture -.if ${MACHINE_ARCH} == alpha -BROKEN= will not build on alpha +.include + +.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 @@ @${INSTALL_DATA} ${WRKSRC}/dlxsim/doc/* ${DOCSDIR} .endif -.include +.include